public class BooleanArraySerializer extends java.lang.Object implements XmlRpcCustomSerializer
| Constructor and Description |
|---|
BooleanArraySerializer() |
| 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 XmlRpcCustomSerializerpublic void serialize(java.lang.Object value,
java.lang.StringBuffer output)
throws XmlRpcException
serialize in interface XmlRpcCustomSerializervalue - 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.