|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.serializer.TypeSerializerImpl org.apache.xmlrpc.serializer.ObjectArraySerializer org.apache.xmlrpc.serializer.ListSerializer
public class ListSerializer
A 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 | |
---|---|
ListSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance. |
Method Summary | |
---|---|
protected void |
writeData(org.xml.sax.ContentHandler pHandler,
java.lang.Object pObject)
|
Methods inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer |
---|
write, writeObject |
Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl |
---|
write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)
pTypeFactory
- The factory being used for creating serializers.pConfig
- The configuration being used for creating serializers.Method Detail |
---|
protected void writeData(org.xml.sax.ContentHandler pHandler, java.lang.Object pObject) throws org.xml.sax.SAXException
writeData
in class ObjectArraySerializer
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |