VMware GemFire Java API Reference
Package org.apache.geode.json
Interface SerializableAsJson
-
- All Known Subinterfaces:
JsonDocument
public interface SerializableAsJsonIf 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 StringtoJson()
-
-
-
Method Detail
-
toJson
String toJson()
- Returns:
- a String containing this object's JSON representation.
-
-