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.
Method Summary |
protected void |
writeData(org.xml.sax.ContentHandler pHandler,
Object pObject)
|
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(org.xml.sax.ContentHandler pHandler,
Object pObject)
throws org.xml.sax.SAXException
- Overrides:
writeData
in class ObjectArraySerializer
- Throws:
org.xml.sax.SAXException
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.