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