Package | Description |
---|---|
com.mongodb.util |
Package containing misc utils.
|
Modifier and Type | Method and Description |
---|---|
static ObjectSerializer |
JSONSerializers.getLegacy()
Returns an
ObjectSerializer that mostly conforms to the strict JSON format defined in
extended JSON, but with a few differences to keep
compatibility with previous versions of the driver. |
static ObjectSerializer |
JSONSerializers.getStrict()
Returns an
ObjectSerializer that conforms to the strict JSON format defined in
extended JSON. |