public static final class ConstantSerializers.DoubleArraySerializer extends Object
| Constructor and Description |
|---|
DoubleArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
double[] |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
double[] obj) |
public int getTypeId()
public double[] read(ObjectDataInput in) throws IOException
IOExceptionpublic void write(ObjectDataOutput out, double[] obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.