A B C D E F G H I K L M N O P R S T U V W Z 

C

canRead(ByteBuffer, boolean) - Static method in class com.esotericsoftware.kryo.serialize.IntSerializer
Reads true if the buffer contains enough data to read an int that was written with IntSerializer.put(ByteBuffer, int, boolean).
causedBy(Class) - Method in exception com.esotericsoftware.kryo.SerializationException
Returns true if any of the exceptions that caused this exception are of the specified type.
CharSerializer - Class in com.esotericsoftware.kryo.serialize
Writes a 2 byte char.
CharSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.CharSerializer
 
child - Variable in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializerTest.TestClass
 
ClassSerializer - Class in com.esotericsoftware.kryo.serialize
Serializes class objects.
ClassSerializer(Kryo) - Constructor for class com.esotericsoftware.kryo.serialize.ClassSerializer
 
clear() - Method in class com.esotericsoftware.kryo.util.IntHashMap
 
clear() - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
 
clear() - Method in class com.esotericsoftware.kryo.util.ShortHashMap
 
CollectionSerializer - Class in com.esotericsoftware.kryo.serialize
Serializes objects that implement the Collection interface.
CollectionSerializer(Kryo) - Constructor for class com.esotericsoftware.kryo.serialize.CollectionSerializer
 
com.esotericsoftware.kryo - package com.esotericsoftware.kryo
 
com.esotericsoftware.kryo.compress - package com.esotericsoftware.kryo.compress
 
com.esotericsoftware.kryo.serialize - package com.esotericsoftware.kryo.serialize
 
com.esotericsoftware.kryo.util - package com.esotericsoftware.kryo.util
 
CompatibleFieldSerializer - Class in com.esotericsoftware.kryo.serialize
Serializes objects using direct field assignment, with limited support for forward and backward compatibility.
CompatibleFieldSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
 
CompatibleFieldSerializer.CachedField - Class in com.esotericsoftware.kryo.serialize
Controls how a field will be serialized.
CompatibleFieldSerializer.CachedField() - Constructor for class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer.CachedField
 
CompatibleFieldSerializerTest - Class in com.esotericsoftware.kryo.serialize
 
CompatibleFieldSerializerTest() - Constructor for class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializerTest
 
CompatibleFieldSerializerTest.TestClass - Class in com.esotericsoftware.kryo.serialize
 
CompatibleFieldSerializerTest.TestClass() - Constructor for class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializerTest.TestClass
 
compress(ByteBuffer, Object, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.BlowfishCompressor
 
compress(ByteBuffer, Object, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.ByteArrayCompressor
 
compress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.ByteArrayCompressor
Implementations should read the specified number of input bytes and write compressed data to the output buffer.
compress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.DeflateCompressor
 
compress(ByteBuffer, ByteBuffer, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.Delta
 
compress(ByteBuffer, Object, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.DeltaCompressor
 
compress(byte[], int, ByteBuffer) - Method in class com.esotericsoftware.kryo.compress.StreamCompressor
 
compress(ByteBuffer, Object, ByteBuffer) - Method in class com.esotericsoftware.kryo.Compressor
The compressor should read the input buffer from the current position to the limit, compress the data, and put the result in the output buffer.
Compressor - Class in com.esotericsoftware.kryo
Wraps another serializer in order to modify the bytes after they are serialized and before they are deserialized.
Compressor(Serializer) - Constructor for class com.esotericsoftware.kryo.Compressor
Creates a compressor with compress and decompress set to true and bufferSize set to 2048.
Compressor(Serializer, int) - Constructor for class com.esotericsoftware.kryo.Compressor
 
containsKey(int) - Method in class com.esotericsoftware.kryo.util.IntHashMap
 
containsKey(long) - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
 
containsKey(short) - Method in class com.esotericsoftware.kryo.util.ShortHashMap
 
containsValue(Object) - Method in class com.esotericsoftware.kryo.util.IntHashMap
 
containsValue(int) - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
 
containsValue(Object) - Method in class com.esotericsoftware.kryo.util.ShortHashMap
 
Context - Class in com.esotericsoftware.kryo
Serves as thread local storage for serializers.
Context() - Constructor for class com.esotericsoftware.kryo.Context
 
CustomSerialization - Interface in com.esotericsoftware.kryo
Allows implementing classes to perform their own serialization.
CustomSerializer - Class in com.esotericsoftware.kryo.serialize
 
CustomSerializer(Kryo) - Constructor for class com.esotericsoftware.kryo.serialize.CustomSerializer
 
A B C D E F G H I K L M N O P R S T U V W Z