public static final class JavaDefaultSerializers.BigIntegerSerializer extends Object
Constructor and Description |
---|
BigIntegerSerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
BigInteger |
read(ObjectDataInput in)
Reads object from objectDataInputStream
|
void |
write(ObjectDataOutput out,
BigInteger obj)
This method writes object to ObjectDataOutput
|
public int getTypeId()
public BigInteger read(ObjectDataInput in) throws IOException
StreamSerializer
in
- ObjectDataInput stream that object will read fromIOException
- in case of failure to readpublic void write(ObjectDataOutput out, BigInteger 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 © 2018 Hazelcast, Inc.. All Rights Reserved.