org.apache.xmlrpc.serializer

Class FloatSerializer

public class FloatSerializer extends TypeSerializerImpl

A {@link TypeSerializer} for floats.
Field Summary
static StringEX_FLOAT_TAG
Fully qualified name of a float value.
static StringFLOAT_TAG
Tag name of a float value.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

EX_FLOAT_TAG

public static final String EX_FLOAT_TAG
Fully qualified name of a float value.

FLOAT_TAG

public static final String FLOAT_TAG
Tag name of a float value.

Method Detail

write

public void write(ContentHandler pHandler, Object pObject)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.