serializationBehavior
P146368
predicate
Indicates how an entity or its properties are converted to and from a serialized form (such as JSON or XML), including what is included, excluded, or transformed during that process.
Observed surface forms (1)
| Surface form | Occurrences |
|---|---|
| serializationDirection | 2 |
Sample triples (4)
| Subject | Object |
|---|---|
| Error | JSON.stringify(new Error("x")) returns {} by default ⓘ |
| WebAssembly.CompileError | can be represented as a standard Error object in logs ⓘ |
| JsonbDeserializer | deserializationOnly via predicate surface "serializationDirection" ⓘ |
| JsonbSerializer | Java-to-JSON via predicate surface "serializationDirection" ⓘ |