public interface XmlSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
fromXml(XmlElement xml)
Deserialize the object from an XmlElement.
|
XmlElement |
toXml()
Serialize the object into an XmlElement.
|
XmlElement toXml()
void fromXml(XmlElement xml)
xml - an XmlElement that contains the serialized form of the objectUnsupportedOperationExceptionIllegalStateExceptionIllegalArgumentException