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 JSONDeserializable


public interface 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().


Method Summary
 java.lang.Object fromJSON(java.lang.Object json)
          Method to add custom code to deserialize the passed-in Object to Java object.

 

Method Detail

fromJSON

java.lang.Object fromJSON(java.lang.Object json)
                          throws java.lang.Exception
Method to add custom code to deserialize the passed-in Object to Java object.
Parameters:
json - Object to be deserialized
Returns:
Java Object for the json object passed in.
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.