Objectable |
A class that implements this interface can transform an xml string or file to an object
|
ObjectToXml |
The interface ObjectToXml provides a single method for convert an object to a xml string
|
ObjectToXmlFile |
The interface ObjectToXmlFile provides a single method for convert an object to a xml
string
|
Transformable<T> |
A class that implements this interface marks the object that it can be transformed to an xml
string and from an xml String to an Object back.
|
Xmlable |
A class that implements this interface marks the object that it can be transformed to an xml
string.
|
XmlFileToObject |
|
XmlToObject |
A class that implements this interface can transform an xml string or file to an object
|