Interface | Description |
---|---|
ModelObject.Serializer<T extends ModelObject> |
Interface that must be implemented and provided as a public SERIALIZER field that serializes the to and from a JSONObject.
|
Class | Description |
---|---|
JsonUtils | |
ModelObject |
Base class for a Model object.
|
ModelObject.Creator<T extends ModelObject> |
A helper class that implements the Parcelable.Creator for a ModelObject.
|
ModelUtils |