Interface TypeSerializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(org.xml.sax.ContentHandler pHandler, java.lang.Object pObject)
      Writes the object pObject to the SAX handler pHandler.
    • Method Detail

      • write

        void write​(org.xml.sax.ContentHandler pHandler,
                   java.lang.Object pObject)
            throws org.xml.sax.SAXException
        Writes the object pObject to the SAX handler pHandler.
        Parameters:
        pHandler - The destination handler.
        pObject - The object being written.
        Throws:
        org.xml.sax.SAXException - Writing the object failed.