Gemfire JavaDocs
Package org.apache.geode.json
-
Interface Summary Interface Description JsonDocument UseJsonDocumentFactory.create(String)
to obtain an instance of JsonDocumentJsonDocumentFactory Interface that creates aJsonDocument
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 Summary Class Description JsonUtilities This class has static methods that can be used to work with JSON. -
Enum Summary Enum Description StorageFormat The format used to store aJsonDocument
in memory and for serialization. -
Exception Summary Exception Description JsonParseException This exception will be thrown, whenJsonDocumentFactory
is unable to parse the JSON string.