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.SerializerIOExceptionpublic byte[] serialize(Object obj) throws IOException
serialize in interface jdbm.helper.Serializerobj - The object to serializeIOException - If the serialization failedCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.