| Interface | Description |
|---|---|
| JsonDocument |
Use
JsonDocumentFactory.create(String) to obtain an instance of JsonDocument |
| JsonDocumentFactory |
Interface that creates a
JsonDocument from a JSON string. |
| SerializableAsJson |
If a class implements this interface, then GemFire will use this interface
as the preferred way to convert instances of that class to JSON.
|
| Class | Description |
|---|---|
| JsonUtilities |
This class has static methods that can be used to work with JSON.
|
| Enum | Description |
|---|---|
| StorageFormat |
The format used to store a
JsonDocument in memory and for serialization. |
| Exception | Description |
|---|---|
| JsonParseException |
This exception will be thrown, when
JsonDocumentFactory is unable to parse the JSON
string. |