|
||||||||||
| 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.MarshallerSerializerBridge<E>
public class MarshallerSerializerBridge<E>
A Marshaller which adapts a JDBM Serializer.
| Constructor Summary | |
|---|---|
MarshallerSerializerBridge(Serializer serializer)
|
|
| Method Summary | |
|---|---|
E |
deserialize(byte[] bytes)
|
byte[] |
serialize(E object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarshallerSerializerBridge(Serializer serializer)
serializer - the JDBM Serializer to wrap| Method Detail |
|---|
public byte[] serialize(E object)
throws java.io.IOException
serialize in interface Marshaller<E>java.io.IOExceptionMarshaller.serialize(Object)
public E deserialize(byte[] bytes)
throws java.io.IOException
deserialize in interface Marshaller<E>java.io.IOExceptionMarshaller.deserialize(byte[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||