Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.ObjectArraySerializer
org.apache.xmlrpc.serializer.ListSerializer
public class ListSerializer
extends ObjectArraySerializer
TypeSerializer
for lists.
Field Summary |
Fields inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer | |
ARRAY_TAG , DATA_TAG |
Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl | |
VALUE_TAG , ZERO_ATTRIBUTES |
Constructor Summary | |
|
Method Summary | |
protected void |
|
Methods inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer | |
write , writeData , writeObject |
Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl | |
write , write , write |
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.
protected void writeData(ContentHandler pHandler, Object pObject) throws SAXException
- Overrides:
- writeData in interface ObjectArraySerializer