Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HashStructureIO
Implementation of
oracle.ide.marshal.ObjectStore for marshalling a HashStructure instance to XML. |
class |
ListStructureIO
Implementation of
oracle.ide.marshal.ObjectStore for marshalling a ListStructure instance to XML. |
class |
Object2Dom
This class mediates the conversion of an object to and from an XML representation.
|