org.apache.xmlrpc.serializer

Class ListSerializer

public class ListSerializer extends ObjectArraySerializer

A {@link TypeSerializer} for lists.
Constructor Summary
ListSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)
Creates a new instance.
Method Summary
protected voidwriteData(ContentHandler pHandler, Object pObject)

Constructor Detail

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.

Method Detail

writeData

protected void writeData(ContentHandler pHandler, Object pObject)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.