org.apache.xmlrpc.serializer
Class NullSerializer
- TypeSerializer
public class NullSerializer
static String | EX_NIL_TAG - Qualified tag name of a nil value.
|
static String | NIL_TAG - Tag name of a nil value.
|
void | write(ContentHandler pHandler, Object pObject) - Writes the object
pObject to the SAX handler
pHandler .
|
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.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
Writes the object pObject
to the SAX handler
pHandler
.
- write in interface TypeSerializer
pHandler
- The destination handler.pObject
- The object being written.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.