| 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.
|
| oracle.jdevimpl.audit.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToDomConverter2
Interface enhances
ToDomConverter except that it allows for
classloaders to be passed from the caller. |
| Modifier and Type | Class and Description |
|---|---|
class |
Color2Dom
Marshal a
Color objects to and from XML. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Object2Dom.registerConverter(ToDomConverter converter) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Converters.TypeSafeEnumerationConverter |