org.apache.xmlrpc.serializer
public interface TypeSerializer
TypeSerializer
is able to write a parameter
or result object to the XML RPC request or response.
Method Summary | |
---|---|
void | write(ContentHandler pHandler, Object pObject) Writes the object pObject to the SAX handler
pHandler . |
pObject
to the SAX handler
pHandler
.Parameters: pHandler The destination handler. pObject The object being written.
Throws: SAXException Writing the object failed.