public static final class ConstantSerializers.DoubleArraySerializer extends Object
Constructor and Description |
---|
ConstantSerializers.DoubleArraySerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
double[] |
read(ObjectDataInput in)
Reads object from objectDataInputStream
|
void |
write(ObjectDataOutput out,
double[] obj)
This method writes object to ObjectDataOutput
|
public ConstantSerializers.DoubleArraySerializer()
public int getTypeId()
public double[] read(ObjectDataInput in) throws IOException
StreamSerializer
in
- ObjectDataInput stream that object will read fromIOException
- in case of failure to readpublic void write(ObjectDataOutput out, double[] obj) throws IOException
StreamSerializer
out
- ObjectDataOutput stream that object will be written toobj
- that will be written to outIOException
- in case of failure to writeCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.