Class I2Serializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.I2Serializer
- All Implemented Interfaces:
TypeSerializer
A
TypeSerializer for shorts.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFully qualified name of an i2 value.static final StringTag name of an i2 value.Fields inherited from class TypeSerializerImpl
VALUE_TAG, ZERO_ATTRIBUTES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(ContentHandler pHandler, Object pObject) Writes the objectpObjectto the SAX handlerpHandler.Methods inherited from class TypeSerializerImpl
write, write, write
-
Field Details
-
I2_TAG
-
EX_I2_TAG
-
-
Constructor Details
-
I2Serializer
public I2Serializer()
-
-
Method Details
-
write
Description copied from interface:TypeSerializerWrites the objectpObjectto the SAX handlerpHandler.- Parameters:
pHandler- The destination handler.pObject- The object being written.- Throws:
SAXException- Writing the object failed.
-