Class FloatSerializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.FloatSerializer
- All Implemented Interfaces:
TypeSerializer
A
TypeSerializer for floats.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFully qualified name of a float value.static final StringTag name of a float 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
-
FLOAT_TAG
-
EX_FLOAT_TAG
-
-
Constructor Details
-
FloatSerializer
public FloatSerializer()
-
-
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.
-