public final class BigIntegerSerializer extends AbstractSerializer<BigInteger>
| Constructor and Description |
|---|
BigIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
fromByteBuffer(ByteBuffer byteBuffer)
Extract an object of type T from the bytes.
|
static BigIntegerSerializer |
get() |
ComparatorType |
getComparatorType() |
ByteBuffer |
toByteBuffer(BigInteger obj)
Extract bytes from the obj of type T
|
computeInitialHashSize, fromBytes, fromBytesList, fromBytesMap, fromBytesSet, toBytes, toBytesList, toBytesMap, toBytesSetpublic static BigIntegerSerializer get()
public BigInteger fromByteBuffer(ByteBuffer byteBuffer)
SerializerfromByteBuffer in interface Serializer<BigInteger>fromByteBuffer in class AbstractSerializer<BigInteger>public ByteBuffer toByteBuffer(BigInteger obj)
SerializertoByteBuffer in interface Serializer<BigInteger>toByteBuffer in class AbstractSerializer<BigInteger>public ComparatorType getComparatorType()
getComparatorType in interface Serializer<BigInteger>getComparatorType in class AbstractSerializer<BigInteger>Copyright © 2014. All Rights Reserved.