- d - Variable in class com.esotericsoftware.kryo.serialize.FieldSerializerTest.C
-
- DateSerializer - Class in com.esotericsoftware.kryo.serialize
-
Serializes instances of Date
.
- DateSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.DateSerializer
-
- decompress(ByteBuffer, Class, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.BlowfishCompressor
-
- decompress(ByteBuffer, Class, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.ByteArrayCompressor
-
- decompress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.ByteArrayCompressor
-
Implementations should read the specified number of input bytes and write decompressed data to the output bytes.
- decompress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.DeflateCompressor
-
- decompress(ByteBuffer, ByteBuffer, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.Delta
-
- decompress(ByteBuffer, Class, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.DeltaCompressor
-
- decompress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.StreamCompressor
-
- decompress(ByteBuffer, Class, ByteBuffer) - Method in class com.esotericsoftware.kryo.Compressor
-
The compressor should read the input buffer from the current position to the limit, decompress the data, and put the result
in the output buffer.
- DefaultSerializer - Annotation Type in com.esotericsoftware.kryo
-
Sets the default serializer to use for the annotated class.
- DeflateCompressor - Class in com.esotericsoftware.kryo.compress
-
Compresses and decompresses using the "deflate" algorithm.
- DeflateCompressor(Serializer) - Constructor for class com.esotericsoftware.kryo.compress.DeflateCompressor
-
- DeflateCompressor(Serializer, int) - Constructor for class com.esotericsoftware.kryo.compress.DeflateCompressor
-
- DeflateCompressorTest - Class in com.esotericsoftware.kryo.compress
-
- DeflateCompressorTest() - Constructor for class com.esotericsoftware.kryo.compress.DeflateCompressorTest
-
- Delta - Class in com.esotericsoftware.kryo.compress
-
Determines the delta to convert one ByteBuffer to another.
- Delta() - Constructor for class com.esotericsoftware.kryo.compress.Delta
-
Creates a Delta with a buffer size of 2048 and chunk size of 8.
- Delta(int, int) - Constructor for class com.esotericsoftware.kryo.compress.Delta
-
- DeltaCompressor - Class in com.esotericsoftware.kryo.compress
-
Caches bytes for the last object serialized (per
remote entitiy
) and only emits deltas on
subsequent serializations.
- DeltaCompressor(Kryo, Serializer) - Constructor for class com.esotericsoftware.kryo.compress.DeltaCompressor
-
Creates a DeltaCompressor with a buffer size of 2048 and a chunk size of 8.
- DeltaCompressor(Kryo, Serializer, int, int) - Constructor for class com.esotericsoftware.kryo.compress.DeltaCompressor
-
- DeltaCompressorTest - Class in com.esotericsoftware.kryo.compress
-
- DeltaCompressorTest() - Constructor for class com.esotericsoftware.kryo.compress.DeltaCompressorTest
-
- DeltaTest - Class in com.esotericsoftware.kryo.compress
-
- DeltaTest() - Constructor for class com.esotericsoftware.kryo.compress.DeltaTest
-
- DoubleSerializer - Class in com.esotericsoftware.kryo.serialize
-
Writes a 1-10 byte double.
- DoubleSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.DoubleSerializer
-
Creates a DoubleSerializer that allows uses 8 bytes to represent a double, with no loss of precision.
- DoubleSerializer(double, boolean) - Constructor for class com.esotericsoftware.kryo.serialize.DoubleSerializer
-
Creates a DoubleSerializer that allows uses 1-10 bytes to represent a double, with a loss of precision.