org.robotframework.remoteserver.xmlrpc
Class IterableSerializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.ObjectArraySerializer
org.robotframework.remoteserver.xmlrpc.IterableSerializer
- All Implemented Interfaces:
- org.apache.xmlrpc.serializer.TypeSerializer
public class IterableSerializer
- extends org.apache.xmlrpc.serializer.ObjectArraySerializer
| 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 |
IterableSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
|
| 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 |
IterableSerializer
public IterableSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
writeData
protected void writeData(ContentHandler pHandler,
Object pObject)
throws SAXException
- Overrides:
writeData in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- Throws:
SAXException
Copyright © 2012. All Rights Reserved.