public class FloatClassSerializer extends Object implements IClassSerializer<Float>
CODE_BOOLEAN, CODE_BYTE, CODE_BYTE_ARRAY, CODE_CHARACTER, CODE_DOUBLE, CODE_FLOAT, CODE_HASHMAP, CODE_INTEGER, CODE_LONG, CODE_NULL, CODE_OBJECT, CODE_SHORT, CODE_STRING| Constructor and Description | 
|---|
FloatClassSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
byte | 
getCode()  | 
Float | 
read(ObjectInput in)  | 
void | 
write(ObjectOutput out,
     Float obj)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultValuepublic byte getCode()
getCode in interface IClassSerializer<Float>public Float read(ObjectInput in) throws IOException, ClassNotFoundException
read in interface IClassSerializer<Float>IOExceptionClassNotFoundExceptionpublic void write(ObjectOutput out, Float obj) throws IOException
write in interface IClassSerializer<Float>IOExceptionCopyright © GigaSpaces.