Default context to use during serialization.
Default context to use during deserialization.
Default context to use during deserialization.
Default context to use during serialization.
Method for deserializing a JSON string into a JavaScript object or value. Context will be merged using JsonParser.mergeContexts with defaultParserContext.
the JSON string to be deserialized.
the context to be used during deserialization.
Method for serializing a JavaScript object or a value to a JSON string. Context will be merged using JsonStringifier.mergeContexts with defaultStringifierContext.
the JavaScript object or value to be serialized.
the context to be used during serialization.
Generated using TypeDoc
ObjectMapper provides functionality for reading and writing JSON. It is also highly customizable to work both with different styles of JSON content, and to support more advanced Object concepts such as polymorphism and Object identity.
ObjectMapper will use instances of JsonParser and JsonStringifier for implementing actual reading/writing of JSON.