|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marshaller | |
---|---|
org.apache.directory.server.core.avltree | |
org.apache.directory.server.core.partition.impl.btree.jdbm |
Uses of Marshaller in org.apache.directory.server.core.avltree |
---|
Classes in org.apache.directory.server.core.avltree that implement Marshaller | |
---|---|
class |
AvlTreeMarshaller<E>
Class to serialize the AvlTree node data. |
class |
DefaultMarshaller
A marshaller which uses default Java Serialization. |
Constructors in org.apache.directory.server.core.avltree with parameters of type Marshaller | |
---|---|
AvlTreeMarshaller(java.util.Comparator<E> comparator,
Marshaller<E> keyMarshaller)
Creates a new instance of AvlTreeMarshaller with a custom key Marshaller. |
Uses of Marshaller in org.apache.directory.server.core.partition.impl.btree.jdbm |
---|
Classes in org.apache.directory.server.core.partition.impl.btree.jdbm that implement Marshaller | |
---|---|
class |
BTreeRedirectMarshaller
Serializes and deserializes a BTreeRedirect object to and from a byte[] representation. |
class |
MarshallerSerializerBridge<E>
A Marshaller which adapts a JDBM Serializer. |
Methods in org.apache.directory.server.core.partition.impl.btree.jdbm that return Marshaller | |
---|---|
Marshaller<AvlTree<V>> |
JdbmTable.getMarshaller()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |