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

G

get(String) - Method in class com.esotericsoftware.kryo.Context
Returns an object from thread local storage, or null.
get(Serializer, String) - Method in class com.esotericsoftware.kryo.Context
Returns an object for a serializer instance from thread local storage, or null.
get(ByteBuffer, Class<T>) - Static method in class com.esotericsoftware.kryo.serialize.EnumSerializer
 
get(ByteBuffer, boolean) - Static method in class com.esotericsoftware.kryo.serialize.IntSerializer
Reads an int from the buffer that was written with IntSerializer.put(ByteBuffer, int, boolean).
get(ByteBuffer, boolean) - Static method in class com.esotericsoftware.kryo.serialize.LongSerializer
Reads a long from the buffer that was written with LongSerializer.put(ByteBuffer, long, boolean).
get(ByteBuffer, Class<T>) - Static method in class com.esotericsoftware.kryo.serialize.SerializableSerializer
 
get(ByteBuffer, boolean) - Static method in class com.esotericsoftware.kryo.serialize.ShortSerializer
Reads a short from the buffer that was written with ShortSerializer.put(ByteBuffer, short, boolean).
get(ByteBuffer) - Static method in class com.esotericsoftware.kryo.serialize.StringSerializer
 
get(int) - Method in class com.esotericsoftware.kryo.util.IntHashMap
 
get(long) - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
 
get(short) - Method in class com.esotericsoftware.kryo.util.ShortHashMap
 
getAbc() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getBuffer(int) - Method in class com.esotericsoftware.kryo.Context
Returns a non-direct buffer of at least the specified size.
getBuffers(int, int) - Method in class com.esotericsoftware.kryo.Context
Returns a list containing at least the specified number of non-direct buffers, each at least the specified size.
getByteArray(int) - Method in class com.esotericsoftware.kryo.Context
Returns a byte array of at least the specified size.
getCharArray(int) - Method in class com.esotericsoftware.kryo.Context
Returns a char array of at least the specified size.
getChild() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getChild2() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getClassLoader() - Method in class com.esotericsoftware.kryo.Kryo
 
getCompressionStream(OutputStream) - Method in class com.esotericsoftware.kryo.compress.StreamCompressor
 
getConstructorValue() - Method in class com.esotericsoftware.kryo.serialize.FieldSerializerTest.SimpleNoDefaultConstructor
 
getContext() - Static method in class com.esotericsoftware.kryo.Kryo
Returns the thread local context for serialization and deserialization.
getDecompressionStream(InputStream) - Method in class com.esotericsoftware.kryo.compress.StreamCompressor
 
getDimensionCount(Class) - Static method in class com.esotericsoftware.kryo.serialize.ArraySerializer
 
getDimensions(Object) - Static method in class com.esotericsoftware.kryo.serialize.ArraySerializer
 
getElementClass(Class) - Static method in class com.esotericsoftware.kryo.serialize.ArraySerializer
 
getField(String) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
Allows specific fields to be optimized.
getField() - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer.CachedField
 
getField(String) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
Allows specific fields to be optimized.
getFields() - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
 
getID() - Method in class com.esotericsoftware.kryo.Kryo.RegisteredClass
 
getIntArray(int) - Method in class com.esotericsoftware.kryo.Context
Returns an int array of at least the specified size.
getMessage() - Method in exception com.esotericsoftware.kryo.SerializationException
 
getNullField() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getOptional() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getRegisteredClass(Class) - Method in class com.esotericsoftware.kryo.Kryo
Returns the registration information for the specified class.
getRegisteredClass(int) - Method in class com.esotericsoftware.kryo.Kryo
 
getRemoteEntityID() - Method in class com.esotericsoftware.kryo.Context
Returns an identifier for the entity that either sent the serialized data or will be receiving the serialized data.
getSerializer(Class) - Method in class com.esotericsoftware.kryo.Kryo
 
getSerializer() - Method in class com.esotericsoftware.kryo.Kryo.RegisteredClass
 
getTemp(String) - Method in class com.esotericsoftware.kryo.Context
Returns a temporary object from thread local storage, or null.
getTemp(Serializer, String) - Method in class com.esotericsoftware.kryo.Context
Returns a temporary object for a serializer instance from thread local storage, or null.
getText() - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
 
getType() - Method in class com.esotericsoftware.kryo.Kryo.RegisteredClass
 
getUnsigned(ByteBuffer) - Static method in class com.esotericsoftware.kryo.serialize.ByteSerializer
Reads a non-negative byte from the buffer that was written with ByteSerializer.putUnsigned(ByteBuffer, int).
A B C D E F G H I K L M N O P R S T U V W Z