Interface XMLSerializable

All Superinterfaces:
Serializable

public interface XMLSerializable extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromXml(org.jdom2.Element xml)
     
    org.jdom2.Element
     
  • Method Details

    • toXml

      org.jdom2.Element toXml()
    • fromXml

      void fromXml(org.jdom2.Element xml)