Interface TypeSerializer

    • Method Detail

      • write

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