Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


oracle.adfmf.framework.api
Interface PostJSONDeserializable

All Known Implementing Classes:
ContactAddresses, ContactField, ContactOrganization

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

modifyObject

java.lang.Object modifyObject(oracle.adfmf.json.JSONObject jsonObj)
                              throws java.lang.Exception
Method to add custom code to alter the Object after the deserialization process in JSONBeanSerializationHelper.fromJSON()
Parameters:
jsonObj - JSON Object to be altered
Returns:
Modified object
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.