Interface JSONSerializable


public interface JSONSerializable
Interface for classes that wish to control their own serialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called during serialization to JSON.
  • Method Details

    • jsonSerialize

      void jsonSerialize(JSONWriter w)
      Called during serialization to JSON.