Interface XMLSerializable


public interface XMLSerializable
  • Method Details

    • serializeXML

      String serializeXML()
      Serializes this object , plus dependencies to xml.
      Returns:
      the xml
    • serializeXML

      Writer serializeXML​(Writer writer)
      Serializes this object , plus dependencies to xml via the writer.
      Returns:
      writer that was used
    • serializeXML

      void serializeXML​(HashMap<DatabaseObject,​Integer> saved, Writer writer) throws IOException
      Serializes this object , plus dependencies to xml via the writer.
      Throws:
      IOException