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