public class MapSerializer extends java.lang.Object implements XmlRpcCustomSerializer
Constructor and Description |
---|
MapSerializer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getSupportedClass()
|
void |
serialize(java.lang.Object value,
java.lang.StringBuffer output)
|
public java.lang.Class getSupportedClass()
getSupportedClass
in interface XmlRpcCustomSerializer
public void serialize(java.lang.Object value, java.lang.StringBuffer output) throws XmlRpcException
serialize
in interface XmlRpcCustomSerializer
value
- The object to serialize.output
- The buffer to place the serialized data.XmlRpcException
- if the value somehow could not be serialized. Many serializers
rely on the built in serializer which also may throw this
exception.