public class NullStringSerializer extends Object implements jdbm.helper.Serializer
| Modifier and Type | Field and Description |
|---|---|
static NullStringSerializer |
INSTANCE |
| Constructor and Description |
|---|
NullStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] data) |
byte[] |
serialize(Object nullStr) |
public static final NullStringSerializer INSTANCE
public Object deserialize(byte[] data) throws IOException
deserialize in interface jdbm.helper.SerializerIOExceptionpublic byte[] serialize(Object nullStr) throws IOException
serialize in interface jdbm.helper.SerializerIOExceptionCopyright © 2021. All rights reserved.