public class BigIntegerXodusQueueSerializer extends Object implements XodusQueueSerializer<BigInteger>
| Constructor and Description |
|---|
BigIntegerXodusQueueSerializer() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
fromEntry(jetbrains.exodus.ByteIterable value) |
jetbrains.exodus.ByteIterable |
toEntry(BigInteger element) |
public BigInteger fromEntry(jetbrains.exodus.ByteIterable value)
fromEntry in interface XodusQueueSerializer<BigInteger>public jetbrains.exodus.ByteIterable toEntry(BigInteger element)
toEntry in interface XodusQueueSerializer<BigInteger>Copyright © 2018. All rights reserved.