T
- public interface SerDeserHelper<T>
Modifier and Type | Method and Description |
---|---|
T |
fromXml(XmlSerContext ctx,
org.w3c.dom.Element object) |
java.lang.Class<T> |
getHelpedClass() |
void |
toXml(T object,
XmlSerContext ctx,
org.w3c.dom.Element element) |
java.lang.Class<T> getHelpedClass()
void toXml(T object, XmlSerContext ctx, org.w3c.dom.Element element) throws java.lang.Exception
java.lang.Exception
T fromXml(XmlSerContext ctx, org.w3c.dom.Element object) throws java.lang.Exception
java.lang.Exception