org.apache.xmlrpc.serializer
Class MapSerializer
- TypeSerializer
public class MapSerializer
static String | MEMBER_TAG - Tag name of a maps member tag.
|
static String | NAME_TAG - Tag name of a maps members name tag.
|
static String | STRUCT_TAG - Tag name of a maps struct tag.
|
void | write(ContentHandler pHandler, Object pObject)
|
protected void | writeData(ContentHandler pHandler, Object pData)
|
protected void | writeEntry(ContentHandler pHandler, Object pKey, Object pValue)
|
MEMBER_TAG
public static final String MEMBER_TAG
Tag name of a maps member tag.
NAME_TAG
public static final String NAME_TAG
Tag name of a maps members name tag.
STRUCT_TAG
public static final String STRUCT_TAG
Tag name of a maps struct tag.
MapSerializer
public MapSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance.
pTypeFactory
- The factory being used for creating serializers.pConfig
- The configuration being used for creating serializers.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- write in interface TypeSerializer
writeData
protected void writeData(ContentHandler pHandler,
Object pData)
throws SAXException
writeEntry
protected void writeEntry(ContentHandler pHandler,
Object pKey,
Object pValue)
throws SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.