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
public class ListSerializer
- extends ObjectArraySerializer
A TypeSerializer
for lists.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListSerializer
public ListSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
- Creates a new instance.
- Parameters:
pTypeFactory
- The factory being used for creating serializers.pConfig
- The configuration being used for creating serializers.
writeData
protected void writeData(ContentHandler pHandler,
Object pObject)
throws SAXException
- Overrides:
writeData
in class ObjectArraySerializer
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.