Interface XmlSerializable<T>
public interface XmlSerializable<T>
XmlSerializable
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(Element element) Deserialize the XML element back to an objectSerialize the object to an XML element
-
Method Details
-
deserialize
Deserialize the XML element back to an object- Parameters:
element
- XML element- Throws:
SerializeException
-
serialize
Serialize the object to an XML element- Throws:
SerializeException
-