|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
public class IndexValueSerializer
Constructor Summary | |
---|---|
IndexValueSerializer()
|
Method Summary | |
---|---|
java.lang.Object |
deserialize(byte[] serialized)
Deserialize the content of an object from a byte array. |
byte[] |
serialize(java.lang.Object obj)
Serialize the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexValueSerializer()
Method Detail |
---|
public java.lang.Object deserialize(byte[] serialized) throws java.io.IOException
Serializer
deserialize
in interface Serializer
serialized
- Byte array representation of the object
java.io.IOException
public byte[] serialize(java.lang.Object obj) throws java.io.IOException
serialize
in interface Serializer
obj
- The object to serialize
java.io.IOException
- If the serialization failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |