Interface ExternalObject


  • public interface ExternalObject
    "Opaque" object in the object graph that knows how to persist itself to XML. TODO: ExternalObjectReader
    • Method Detail

      • 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.