|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private.
See:
Description
Interface Summary | |
---|---|
Object2DomLogger | WARNING: This API is still in the prototype stage and is subject to change. |
ToDomConverter | Classes that implement this interface are capable of converting an object type (or types) into a DOM tree. |
Class Summary | |
---|---|
HashStructureIO | Implementation of oracle.ide.marshal.ObjectStore for marshalling a HashStructure instance to XML. |
ListStructureIO | Implementation of oracle.ide.marshal.ObjectStore for marshalling a ListStructure instance to XML. |
Object2Dom | This class mediates the conversion of an object to and from an XML representation. |
ObjectWrapper | This is a wrapper class used by Object2Dom to allow an object reference to be changed during a method call. |
XMLObjectStore |
Exception Summary | |
---|---|
Object2DomException | Exception class for Object2Dom. |
Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private. The class that is the entry point for these capabilities is Object2Dom. Object2Dom supports the marshalling and unmarshalling of JavaBeans, ArrayList, HashMap, URL, and File. Whenever possible, Object2Dom will make the representation of URL and File properties be relative to the location of the marshalled XML file.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |