Class BooleanSerializer

    • Constructor Detail

      • BooleanSerializer

        public BooleanSerializer()
    • Method Detail

      • write

        public void write​(ContentHandler pHandler,
                          Object pObject)
                   throws SAXException
        Description copied from interface: TypeSerializer
        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.