Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Package oracle.ide.marshal.xml

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.
MarshalArb  
MarshalArb_ar  
MarshalArb_cs  
MarshalArb_da  
MarshalArb_de  
MarshalArb_el  
MarshalArb_en  
MarshalArb_es  
MarshalArb_fi  
MarshalArb_fr  
MarshalArb_fr_CA  
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 Summary
Object2DomException Exception class for Object2Dom.

 

Package oracle.ide.marshal.xml Description

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.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.