VMware GemFire Java API Reference
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
-
Method Details
-
toJson
String toJson()- Returns:
- a String containing this object's JSON representation.
-