Package 

Interface JSONable

    • Method Summary

      Modifier and Type Method Description
      abstract JSONObject toJSON() Serializes the object to its JSON representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toJSON

         abstract JSONObject toJSON()

        Serializes the object to its JSON representation.