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

E36392-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
 Object fromJSON(Object json)
          Method to add custom code to deserialize the passed-in Object to Java object.
 

Method Detail

fromJSON

Object fromJSON(Object json)
                throws 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:
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.