请参阅: 说明
| 接口 | 说明 |
|---|---|
| ObjectSerializer |
Interface describing methods for serializing an object to a string.
|
| 类 | 说明 |
|---|---|
| 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.
|
| 异常错误 | 说明 |
|---|---|
| JSONParseException |
Exception that is thrown when invalid JSON is encountered by the parser.
|