org.apache.xmlrpc.serializer

Class NullSerializer

public class NullSerializer extends TypeSerializerImpl

A {@link TypeSerializer} for null values.
Field Summary
static StringEX_NIL_TAG
Qualified tag name of a nil value.
static StringNIL_TAG
Tag name of a nil value.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

EX_NIL_TAG

public static final String EX_NIL_TAG
Qualified tag name of a nil value.

NIL_TAG

public static final String NIL_TAG
Tag name of a nil value.

Method Detail

write

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