| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ClassLoaderHelper.ClassLoaderProvider | |
| 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. | 
| ToDomConverter2 | Interface enhances ToDomConverterexcept that it allows for 
  classloaders to be passed from the caller. | 
| Class Summary | |
|---|---|
| ClassLoaderHelper | A helper class that will store classloader string information. | 
| Color2Dom | Marshal a Colorobjects to and from XML. | 
| HashStructureIO | Implementation of oracle.ide.marshal.ObjectStorefor
  marshalling aHashStructureinstance to XML. | 
| ListStructureIO | Implementation of oracle.ide.marshal.ObjectStorefor
  marshalling aListStructureinstance 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 Object2Domto 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 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||