Interface | Description |
---|---|
Serializer |
The
Serializer interface is used to represent objects
that can serialize and deserialize objects to an from XML. |
Annotation Type | Description |
---|---|
Attribute |
The
Attribute annotation represents a serializable XML
attribute within an XML element. |
Element |
The
Element annotation is used to represent a field
or method that appears as an XML element. |
ElementArray |
The
ElementArray annotation represents a method or
field that is an array of elements. |
ElementList |
The
ElementList annotation represents a method or
field that is a Collection for storing elements. |
Root |
This
Root annotation is used to annotate classes that
need to be serialized. |
Text |
The
Text annotation is used to represent a field or
method that appears as text within an XML element. |