org.apache.xmlrpc.serializer
Class FloatSerializer
- TypeSerializer
public class FloatSerializer
static String | EX_FLOAT_TAG - Fully qualified name of a float value.
|
static String | FLOAT_TAG - Tag name of a float value.
|
void | write(ContentHandler pHandler, Object pObject)
|
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.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- write in interface TypeSerializer
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.