Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)

E76725-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

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
12c (12.2.1.2.0)

E76725-01

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