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