See: Description
Interface | Description |
---|---|
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
ToDomConverter except that it allows for classloaders to be passed from the caller. |
Class | Description |
---|---|
ClassLoaderHelper |
A helper class that will store classloader string information.
|
Color2Dom |
Marshal a
Color objects to and from XML. |
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. |
MarshalArb | |
MarshalArb_ar | |
MarshalArb_cs | |
MarshalArb_da | |
MarshalArb_de | |
MarshalArb_el | |
MarshalArb_en | |
MarshalArb_es | |
MarshalArb_fi | |
MarshalArb_fr | |
MarshalArb_hu | |
MarshalArb_it | |
MarshalArb_iw | |
MarshalArb_ja | |
MarshalArb_ko | |
MarshalArb_nl | |
MarshalArb_no | |
MarshalArb_pl | |
MarshalArb_pt | |
MarshalArb_pt_BR | |
MarshalArb_ro | |
MarshalArb_ru | |
MarshalArb_sk | |
MarshalArb_sv | |
MarshalArb_th | |
MarshalArb_tr | |
MarshalArb_zh_CN | |
MarshalArb_zh_TW | |
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 | Description |
---|---|
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.