org.apache.xmlrpc.serializer
Class I4Serializer
- TypeSerializer
public class I4Serializer
static String | I4_TAG - Tag name of an i4 value.
|
static String | INT_TAG - Tag name of an int value.
|
void | write(ContentHandler pHandler, Object pObject)
|
I4_TAG
public static final String I4_TAG
Tag name of an i4 value.
INT_TAG
public static final String INT_TAG
Tag name of an int value.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- write in interface TypeSerializer
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.