Interface | Description |
---|---|
ObjectSerializer |
Interface describing methods for serializing an object to a string.
|
Class | Description |
---|---|
JSON | Deprecated.
This class has been superseded by to toJson and parse methods on BasicDBObject
|
JSONCallback | Deprecated.
This class has been superseded by to toJson and parse methods on BasicDBObject
|
JSONSerializers | Deprecated.
This class has been superseded by to toJson and parse methods on BasicDBObject
|
Util |
General utilities that are useful throughout the driver.
|
Exception | Description |
---|---|
JSONParseException |
Exception that is thrown when invalid JSON is encountered by the parser.
|