Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.model |
Constructor and Description |
---|
AbstractJsonTransformer(IEntity entity) |
Modifier and Type | Method and Description |
---|---|
IEntity |
IEntity.updateFromJson(org.json.me.JSONObject jsonObject)
Update the entity with the values from the
JSONObject . |
IEntity |
IEntity.updateFromJson(java.lang.String jsonString)
Update the entity with the values from the JSON string.
|