Package org.apache.xmlrpc.serializer
Class ListSerializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.ObjectArraySerializer
org.apache.xmlrpc.serializer.ListSerializer
- All Implemented Interfaces:
TypeSerializer
A
TypeSerializer for lists.-
Field Summary
Fields inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer
ARRAY_TAG, DATA_TAGFields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl
VALUE_TAG, ZERO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionListSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteData(ContentHandler pHandler, Object pObject) Methods inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer
write, writeObjectMethods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl
write, write, write
-
Constructor Details
-
ListSerializer
Creates a new instance.- Parameters:
pTypeFactory- The factory being used for creating serializers.pConfig- The configuration being used for creating serializers.
-
-
Method Details
-
writeData
- Overrides:
writeDatain classObjectArraySerializer- Throws:
SAXException
-