|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface identifies classes, whose instances are serializable using the XML format.
For deserialization, the reciprocal factory method:
public static Object valueOf(XmlElement xmlElement)should be provided, either by the class itself, one of its ancestor or a delegate class (Ref.
XmlElement.setFactoryClass(java.lang.Class)
).
XmlElement
Method Summary | |
void |
toXml(XmlElement xml)
Sets the attributes and content of the XML element corresponding to this object. |
Method Detail |
public void toXml(XmlElement xml)
xml
- the XML element to set according to this object's desired XML
representation.
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |