public class IndexValueSerializer extends Object implements jdbm.helper.Serializer
Constructor and Description |
---|
IndexValueSerializer() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(byte[] serialized) |
byte[] |
serialize(Object obj)
Serialize the object.
|
public IndexValueSerializer()
public Object deserialize(byte[] serialized) throws IOException
deserialize
in interface jdbm.helper.Serializer
IOException
public byte[] serialize(Object obj) throws IOException
serialize
in interface jdbm.helper.Serializer
obj
- The object to serializeIOException
- If the serialization failedCopyright © 2003–2020 The Apache Software Foundation. All rights reserved.