See: Description
Interface | Description |
---|---|
ObjectSerializer |
Interface describing methods for serializing an object to a string.
|
Class | Description |
---|---|
JSON |
Helper methods for JSON serialization and de-serialization
|
JSONCallback |
Converts JSON to DBObjects and vice versa.
|
JSONSerializers |
Defines static methods for getting
ObjectSerializer instances that produce various flavors of JSON. |
Util |
General utilities that are useful throughout the driver.
|
Exception | Description |
---|---|
JSONParseException |
Exception that is thrown when invalid JSON is encountered by the parser.
|