public static final class ConstantSerializers.FloatArraySerializer extends Object
| Constructor and Description |
|---|
FloatArraySerializer() |
| 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
IOExceptionpublic void write(ObjectDataOutput out, float[] obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.