public interface PostJSONDeserializable
| Modifier and Type | Method and Description |
|---|---|
Object |
modifyObject(JSONObject jsonObj)
Method to add custom code to alter the Object after the deserialization process in JSONBeanSerializationHelper.fromJSON()
|
Object modifyObject(JSONObject jsonObj) throws Exception
jsonObj - JSON Object to be alteredException