| Interface | Description |
|---|---|
| PostXmlUnmarshalling |
The PostXmlUnmarshalling class offers the possibility to do some actions immediately after the unmarshalling.
|
| Class | Description |
|---|---|
| XmlDeserializer |
The XMLDeserializer class handles the deserialisation from a XML file.
|
| XmlList |
The XmlList class is the basic serialization for any object.
|
| XmlMarshaller |
The XmlMarshaller class handles the serialization of any object into XmlList and XmlEntry objects.
|
| XmlMarshallingUtilities |
The XmlMarshallingUtilities class provides static methods for marshalling and unmarshalling.
|
| XmlSerializer |
The XMLSerializer class handles the serialization process for any Object.
|
| XmlSerializerChangeMonitor |
The XmlSerializerChangeMonitor records all the changes in package and class names.
|
| XmlUnmarshaller |
The XmlUnmarshaller class handles the deserialization from XmlEntry and XmlList classes.
|
| Exception | Description |
|---|---|
| XmlMarshallException |
A XmlMarshallException is thrown whenever the marshalling or the unmarshalling fails.
|