| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.serializer.TypeSerializerImplorg.apache.xmlrpc.serializer.ObjectArraySerializerorg.apache.xmlrpc.serializer.ListSerializerpublic class ListSerializerextends ObjectArraySerializerTypeSerializer 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