deserialize

abstract fun deserialize(jsonObject: JSONObject): T

Deserialize a JSONObject to a ModelObject.

Return

The ModelObject parsed with the contents from the JSONObject.

Parameters

jsonObject

The base object to deserialize.