com.hazelcast.nio.serialization
Class ConstantSerializers.FloatSerializer
java.lang.Object
   com.hazelcast.nio.serialization.ConstantSerializers.FloatSerializer
com.hazelcast.nio.serialization.ConstantSerializers.FloatSerializer
- All Implemented Interfaces: 
- Serializer, StreamSerializer<Float>
- Enclosing class:
- ConstantSerializers
- public static final class ConstantSerializers.FloatSerializer 
- extends Object
 
| Method Summary | 
|  int | getTypeId()
 | 
|  Float | read(com.hazelcast.nio.ObjectDataInput in)
 | 
|  void | write(com.hazelcast.nio.ObjectDataOutput out,
      Float obj)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConstantSerializers.FloatSerializer
public ConstantSerializers.FloatSerializer()
getTypeId
public int getTypeId()
- 
 
read
public Float read(com.hazelcast.nio.ObjectDataInput in)
           throws IOException
- 
- Throws:
- IOException
 
write
public void write(com.hazelcast.nio.ObjectDataOutput out,
                  Float obj)
           throws IOException
- 
- Throws:
- IOException
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.