| java.lang.Object | |
| ↳ | com.mongodb.util.JSON |
Helper methods for JSON serialization and de-serialization
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parses a JSON string representing a JSON value
| |||||||||||
Parses a JSON string representing a JSON value
| |||||||||||
Serializes an object into it's JSON form
| |||||||||||
Serializes an object into it's JSON form
| |||||||||||
Serializes an object into it's JSON form
| |||||||||||
Serializes an object into it's JSON form
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Parses a JSON string representing a JSON value
| s | the string to parse |
|---|
Parses a JSON string representing a JSON value
| s | the string to parse |
|---|
Serializes an object into it's JSON form
| o | object to serialize |
|---|---|
| serializer | contains instance specific serialization methods |
Serializes an object into it's JSON form
| o | object to serialize |
|---|---|
| serializer | contains instance specific serialization methods |
| buf | StringBuilder containing the JSON representation under construction |
Serializes an object into it's JSON form
| o | object to serialize |
|---|
Serializes an object into it's JSON form
| o | object to serialize |
|---|---|
| buf | StringBuilder containing the JSON representation under construction |