org.apache.xmlrpc.serializer
Class I4Serializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.I4Serializer
- All Implemented Interfaces:
- TypeSerializer
public class I4Serializer
- extends TypeSerializerImpl
A TypeSerializer
for integers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INT_TAG
public static final String INT_TAG
- Tag name of an int value.
- See Also:
- Constant Field Values
I4_TAG
public static final String I4_TAG
- Tag name of an i4 value.
- See Also:
- Constant Field Values
I4Serializer
public I4Serializer()
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- Description copied from interface:
TypeSerializer
- Writes the object
pObject
to the SAX handler
pHandler
.
- Parameters:
pHandler
- The destination handler.pObject
- The object being written.
- Throws:
SAXException
- Writing the object failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.