- read(ByteBuffer) - Method in class com.esotericsoftware.kryo.serialize.ClassSerializer
-
- read(ByteBuffer) - Method in class com.esotericsoftware.kryo.serialize.SimpleSerializer
-
- readClass(ByteBuffer) - Method in class com.esotericsoftware.kryo.Kryo
-
Reads the class from the buffer.
- readClassAndObject(ByteBuffer) - Method in class com.esotericsoftware.kryo.Kryo
-
Reads a class from the buffer and uses the serializer registered for that class to read an object from the buffer.
- readClassAndObject(InputStream) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads to the end of the stream and returns the deserialized object.
- readClassAndObject(InputStream, int) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads the specified number of bytes and returns the deserialized object.
- readClassAndObject(byte[]) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
- readObject(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.Kryo
-
Uses the serializer registered for the specified class to read an object from the buffer.
- readObject(InputStream, Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads to the end of the stream and returns the deserialized object.
- readObject(InputStream, int, Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads the specified number of bytes and returns the deserialized object.
- readObject(byte[], Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
- readObject(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.Serializer
-
Reads an object from the buffer.
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.Compressor
-
- readObjectData(Kryo, ByteBuffer) - Method in interface com.esotericsoftware.kryo.CustomSerialization
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.Kryo
-
Uses the serializer registered for the specified class to read an object from the buffer.
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.KryoTest.HasDefaultSerializerAnnotationSerializer
-
- readObjectData(InputStream, Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads to the end of the stream and returns the deserialized object.
- readObjectData(InputStream, int, Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
Reads the specified number of bytes and returns the deserialized object.
- readObjectData(byte[], Class<T>) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.BigDecimalSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.BigIntegerSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.BooleanSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.ByteSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.CharSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.CollectionSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.CustomSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.DateSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.DoubleSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.EnumSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.FloatSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.IntSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.LongSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.ReferenceFieldSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.serialize.SerializableSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.ShortSerializer
-
- readObjectData(ByteBuffer, Class<E>) - Method in class com.esotericsoftware.kryo.serialize.SimpleSerializer
-
- readObjectData(ByteBuffer, Class) - Method in class com.esotericsoftware.kryo.serialize.StringSerializer
-
- readObjectData(ByteBuffer, Class<T>) - Method in class com.esotericsoftware.kryo.Serializer
-
Reads an object from the buffer.
- ReferenceFieldSerializer - Class in com.esotericsoftware.kryo.serialize
-
Serializes objects using direct field assignment, handling object references and cyclic graphs.
- ReferenceFieldSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serialize.ReferenceFieldSerializer
-
- ReferenceFieldSerializerTest - Class in com.esotericsoftware.kryo.serialize
-
- ReferenceFieldSerializerTest() - Constructor for class com.esotericsoftware.kryo.serialize.ReferenceFieldSerializerTest
-
- register(Class, Serializer, boolean) - Method in class com.esotericsoftware.kryo.Kryo
-
Registers a class for serialization.
- register(Class, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
-
Registers a class with an ordinal.
- register(Class) - Method in class com.esotericsoftware.kryo.Kryo
-
Registers a class with an ordinal, automatically determining the serializer to use.
- register(Class, Kryo.RegisteredClass) - Method in class com.esotericsoftware.kryo.Kryo
-
Registers a class with the ordinal of the specified registered class.
- remoteEntityRemoved(int) - Method in interface com.esotericsoftware.kryo.Kryo.Listener
-
Called when a remote entity is no longer available.
- remove(int) - Method in class com.esotericsoftware.kryo.util.IntHashMap
-
- remove(long) - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
-
- remove(short) - Method in class com.esotericsoftware.kryo.util.ShortHashMap
-
- removeField(String) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
-
Removes a field so that it won't be serialized.
- removeField(String) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
-
Removes a field so that it won't be serialized.
- removeListener(Kryo.Listener) - Method in class com.esotericsoftware.kryo.Kryo
-
- removeRemoteEntity(int) - Method in class com.esotericsoftware.kryo.Kryo
-
Notifies all listeners that the remote entity with the specified ID will no longer be available.
- reset() - Method in class com.esotericsoftware.kryo.Context
-
Clears temporary values that are only needed for serialization or deserialization per object graph.