org.apache.axis.encoding
Class FloatSerializer

java.lang.Object
  |
  +--org.apache.axis.encoding.FloatSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer

public class FloatSerializer
extends java.lang.Object
implements Serializer

serializer/deserializerFactory for float

Author:
Sam Ruby
See Also:
XML Schema 3.2.4, Serialized Form

Inner Class Summary
static class FloatSerializer.FloatDeserializerFactory
           
 
Constructor Summary
FloatSerializer()
           
 
Method Summary
 void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a Float quantity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatSerializer

public FloatSerializer()
Method Detail

serialize

public void serialize(QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Serialize a Float quantity.
Specified by:
serialize in interface Serializer


Copyright © 2001 Apache XML Project. All Rights Reserved.