public interface TypeSerializer
TypeSerializer
is able to write a parameter
or result object to the XML RPC request or response.void write(org.xml.sax.ContentHandler pHandler, Object pObject) throws org.xml.sax.SAXException
pObject
to the SAX handler
pHandler
.pHandler
- The destination handler.pObject
- The object being written.org.xml.sax.SAXException
- Writing the object failed.Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.