-
- All Implemented Interfaces:
public interface JSONable
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjecttoJSON()Serializes the object to its JSON representation. -
-
Method Detail
-
toJSON
abstract JSONObject toJSON()
Serializes the object to its JSON representation.
-
-
-
-