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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toJson

      String toJson()
      Returns:
      a String containing this object's JSON representation.