Interface ExternalObject


public interface ExternalObject
"Opaque" object in the object graph that knows how to persist itself to XML.

TODO: ExternalObjectReader

  • Method Summary

    Modifier and Type
    Method
    Description
    Type name of this object.
    void
    Saves the object into XML.
  • Method Details

    • getType

      String getType()
      Type name of this object. This will be used when loading the object back from XML.
    • saveTo

      void saveTo(ContentHandler receiver)
      Saves the object into XML.