-
protected void
protected abstract void
Serializes the property into XML format, using given
XMLDumper
.
protected void
void
Writes a sequence that ends previously started XML element.
<Type,
Bean>
void
Serializes given
Entity
into XML form.
void
Writes a sequence that starts an XML element with given tag.
void
Deserializes entity from XML format.
boolean
Determines whether at the current parser position there is an XML element opening tag.
boolean
Determines whether at the current parser position there is an XML element opening tag with
specified tag name.
Deserializes the property from XML format, using given
XMLParser
.
void
Reads XML element closing tag with specified tag name.
<Type,
Bean>
void
Deserializes given
Entity
from XML form.
Reads XML element opening tag.
void
Reads XML element opening tag with specified tag name.
Deserializes entity from XML format, reading XML data from given
Reader
.
Deserializes entity from XML format, reading XML data from file at given
Path
.
Serializes entity into XML format.
void
Serializes entity into XML format, writing XML data to given
Writer
.
void
Serializes entity into XML format, writing XML data to file at given
Path
.