org.apache.xmlrpc.serializer
Class I8Serializer
- TypeSerializer
public class I8Serializer
static String | EX_I8_TAG - Fully qualified name of an i8 value.
|
static String | I8_TAG - Tag name of an i8 value.
|
void | write(ContentHandler pHandler, Object pObject) - Writes the object
pObject to the SAX handler
pHandler .
|
EX_I8_TAG
public static final String EX_I8_TAG
Fully qualified name of an i8 value.
I8_TAG
public static final String I8_TAG
Tag name of an i8 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.