Skip navigation links

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

E27204-01


Package oracle.adfmf.framework.api

Interface Summary
JSONDeserializable If the application developer wants to override the functionality of JSONBeanSerializationHelper.fromJSON(), he can implement JSONDeserializable interface and can add his custom deserialization code in JSONDeserializable.fromJSON().
JSONSerializable If the application developer wants to override the functionality of JSONBeanSerializationHelper.toJSON(), he can implement JSONSerializable interface and can add his custom serialization code in JSONSerializable.toJSON().
JSONTokens Interface defining JSON properties used by ADFMF as framework properties while (de)serializing objects.
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().
PostJSONSerializable If the application developer wants a hook to alter the JSON after the JSON serialization process, he can implement PostJSONSerializable interface and add his custom code in PostJSONSerializable.modifyJSON().
TransitiveObject Interface declared such that object of any class implementing this interface will not be serialized.

 

Class Summary
AdfmfContainerUtilities  
AdfmfJavaUtilities  
GenericTypeBeanSerializationHelper GenericTypeBeanSerializationHelper is a helper class to provide an easy way for application developers to convert between ADFMF internal GenericType objects and their user defined POJOs.
JSONBeanSerializationHelper JSONBeanSerializationHelper will (de)serialize objects in and out of a JSON object.
Model Public services used by the UI framework to assist in the more common functions.

 


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.