public class BigIntegerSerializer
extends java.lang.Object
implements jdbm.helper.Serializer
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BigIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deserialize(byte[] bigIntBytes) |
byte[] |
serialize(java.lang.Object bigInt) |
private static final long serialVersionUID
public java.lang.Object deserialize(byte[] bigIntBytes)
throws java.io.IOException
deserialize in interface jdbm.helper.Serializerjava.io.IOExceptionpublic byte[] serialize(java.lang.Object bigInt)
throws java.io.IOException
serialize in interface jdbm.helper.Serializerjava.io.IOException