public class BigIntegerSerializer extends Object implements jdbm.helper.Serializer
| Constructor and Description |
|---|
BigIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bigIntBytes) |
byte[] |
serialize(Object bigInt) |
public BigIntegerSerializer()
public Object deserialize(byte[] bigIntBytes) throws IOException
deserialize in interface jdbm.helper.SerializerIOExceptionpublic byte[] serialize(Object bigInt) throws IOException
serialize in interface jdbm.helper.SerializerIOExceptionCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.