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 NullStringSerializer()
public Object deserialize(byte[] data) throws IOException
deserialize
in interface jdbm.helper.Serializer
IOException
public byte[] serialize(Object nullStr) throws IOException
serialize
in interface jdbm.helper.Serializer
IOException
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.