Interface JSONSerializable

All Known Implementing Classes:
JSONValue

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

    Modifier and Type
    Method
    Description
    <W extends Writer>
    void
    Called during serialization to JSON.