|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostJSONDeserializable
If the application developer wants a hook to alter the object after the deserialization process in JSONBeanSerializationHelper.fromJSON(), he can implement PostJSONDeserializable interface and add his custom code in PostJSONDeserializable.modifyObject(). One example of this is: Deserializing of JSON into private setters or something else
Method Summary | |
---|---|
java.lang.Object |
modifyObject(oracle.adfmf.json.JSONObject jsonObj) Method to add custom code to alter the Object after the deserialization process in JSONBeanSerializationHelper.fromJSON() |
Method Detail |
---|
java.lang.Object modifyObject(oracle.adfmf.json.JSONObject jsonObj) throws java.lang.Exception
jsonObj
- JSON Object to be alteredjava.lang.Exception
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |