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 Detail

      • toJson

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