Package | Description |
---|---|
org.mapdb | |
org.mapdb.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
BTreeMapJava.NodeSerializer |
Modifier and Type | Field and Description |
---|---|
static Serializer<byte[]> |
Serializer.BYTE_ARRAY_NOSIZE
Serializes
byte[] directly into underlying store It does not
store size, so it can not be used in Maps and other collections. |
protected Serializer<E> |
Atomic.Var.serializer |
static Serializer<java.lang.String> |
Serializer.STRING_NOSIZE
A predefined
Serializer that handles non-null
Strings whereby Strings are serialized to a UTF-8 encoded
format. |
Constructor and Description |
---|
Var(org.mapdb.Store store,
long recid,
Serializer<E> serializer) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupSerializer<A>
Created by jan on 2/29/16.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupSerializerObjectArray<A>
Created by jan on 2/29/16.
|
class |
SerializerArray<T>
Serializes an object array of non-primitive objects.
|
class |
SerializerArrayDelta<T>
Created by jan on 2/28/16.
|
class |
SerializerArrayTuple
Serializer for tuples.
|
class |
SerializerBigDecimal
Created by jan on 2/28/16.
|
class |
SerializerBigInteger
Created by jan on 2/28/16.
|
class |
SerializerBoolean
Created by jan on 2/28/16.
|
class |
SerializerByte
Created by jan on 2/28/16.
|
class |
SerializerByteArray
Created by jan on 2/28/16.
|
class |
SerializerByteArrayDelta
Created by jan on 2/29/16.
|
class |
SerializerByteArrayDelta2
Created by jan on 2/29/16.
|
class |
SerializerByteArrayNoSize
Created by jan on 2/28/16.
|
class |
SerializerChar
Created by jan on 2/28/16.
|
class |
SerializerCharArray
Created by jan on 2/28/16.
|
class |
SerializerClass
Serialier for class.
|
class |
SerializerCompressionDeflateWrapper<E>
wraps another serializer and (de)compresses its output/input using Deflate
|
class |
SerializerCompressionWrapper<E>
wraps another serializer and (de)compresses its output/input
|
class |
SerializerDate
Created by jan on 2/28/16.
|
class |
SerializerDouble
Created by jan on 2/28/16.
|
class |
SerializerDoubleArray
Created by jan on 2/28/16.
|
class |
SerializerEightByte<E> |
class |
SerializerFloat
Created by jan on 2/28/16.
|
class |
SerializerFloatArray
Created by jan on 2/28/16.
|
class |
SerializerFourByte<E>
Created by jan on 2/28/16.
|
class |
SerializerIllegalAccess
Created by jan on 2/28/16.
|
class |
SerializerIntArray
Created by jan on 2/28/16.
|
class |
SerializerInteger |
class |
SerializerIntegerDelta
Created by jan on 2/28/16.
|
class |
SerializerIntegerPacked
Created by jan on 2/28/16.
|
class |
SerializerJava
Created by jan on 2/28/16.
|
class |
SerializerLong
Created by jan on 2/28/16.
|
class |
SerializerLongArray
Created by jan on 2/28/16.
|
class |
SerializerLongDelta
Created by jan on 2/28/16.
|
class |
SerializerLongPacked
Created by jan on 2/28/16.
|
class |
SerializerRecid
Created by jan on 2/28/16.
|
class |
SerializerRecidArray
Created by jan on 2/28/16.
|
class |
SerializerShort
Created by jan on 2/28/16.
|
class |
SerializerShortArray
Created by jan on 2/28/16.
|
class |
SerializerString |
class |
SerializerStringAscii
Created by jan on 2/28/16.
|
class |
SerializerStringDelta
Created by jan on 2/29/16.
|
class |
SerializerStringDelta2
Created by jan on 2/29/16.
|
class |
SerializerStringIntern
Created by jan on 2/28/16.
|
class |
SerializerStringNoSize
Created by jan on 2/28/16.
|
class |
SerializerStringOrigHash
Created by jan on 2/28/16.
|
class |
SerializerUUID
Created by jan on 2/28/16.
|
Modifier and Type | Field and Description |
---|---|
protected Serializer[] |
SerializerArrayTuple.ser |
protected Serializer<T> |
SerializerArray.serializer |
Modifier and Type | Method and Description |
---|---|
static <R> Serializer<R> |
SerializerUtils.serializerForClass(java.lang.Class<R> clazz) |
Constructor and Description |
---|
SerializerArray(Serializer<T> serializer)
Wraps given serializer and produces Object[] serializer.
|
SerializerArray(Serializer<T> serializer,
java.lang.Class<T> componentType)
Wraps given serializer and produces array serializer.
|
SerializerArrayDelta(Serializer<T> serializer) |
SerializerArrayTuple(Serializer... serializers) |
SerializerArrayTuple(Serializer[] serializers,
java.util.Comparator[] comparators) |
Copyright © 2018. All Rights Reserved.