public static final class ConstantSerializers.FloatSerializer extends Object
Constructor and Description |
---|
FloatSerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
Float |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
Float obj) |
public int getTypeId()
public Float read(ObjectDataInput in) throws IOException
IOException
public void write(ObjectDataOutput out, Float obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.