|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface 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(). Note: He bears the complete responsibility for detecting and avoiding cyclic objects as well.
| Method Summary | |
|---|---|
java.lang.Object |
toJSON()Method to add custom code to serialize the Object to JSON |
| Method Detail |
|---|
java.lang.Object toJSON()
throws java.lang.Exception
java.lang.Exception
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||