|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Object fromJSON(Object json) throws Exception
json
- Object to be deserialized
Exception
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |