Gemfire JavaDocs
Package org.apache.geode.json
Interface SerializableAsJson
-
- All Known Subinterfaces:
JsonDocument
public interface 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toJson()
-