public class XmlRpcSerializer
extends java.lang.Object
Constructor and Description |
---|
XmlRpcSerializer() |
Modifier and Type | Method and Description |
---|---|
static void |
registerCustomSerializer(XmlRpcCustomSerializer customSerializer)
Registers a custom serializer.
|
static void |
serialize(java.lang.Object value,
java.lang.StringBuffer output)
Converts the supplied Java object to its XML-RPC counterpart according to
the XML-RPC specification.
|
static void |
unregisterCustomSerializer(XmlRpcCustomSerializer customSerializer)
Unregisters a previously registered custom serializer.
|
public static void serialize(java.lang.Object value, java.lang.StringBuffer output) throws XmlRpcException
XmlRpcException
public static void registerCustomSerializer(XmlRpcCustomSerializer customSerializer)
public static void unregisterCustomSerializer(XmlRpcCustomSerializer customSerializer)