Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-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
 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

Object modifyObject(oracle.adfmf.json.JSONObject jsonObj)
                    throws 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:
Exception

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.