- add(String, Class) - Method in class com.esotericsoftware.kryo.Generics
-
- add(int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- addAll(IntArray) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- addAll(IntArray, int, int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- addAll(int[]) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- addAll(int[], int, int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- addDefaultSerializer(Class, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
-
Instances of the specified class will use the specified serializer.
- addDefaultSerializer(Class, SerializerFactory) - Method in class com.esotericsoftware.kryo.Kryo
-
- addDefaultSerializer(Class, Class<? extends Serializer>) - Method in class com.esotericsoftware.kryo.Kryo
-
Instances of the specified class will use the specified serializer.
- addTrace(String) - Method in exception com.esotericsoftware.kryo.KryoException
-
Adds information to the exception message about where in the the object graph serialization failure occurred.
- addWrittenObject(Object) - Method in interface com.esotericsoftware.kryo.ReferenceResolver
-
Returns a new ID for an object that is being written for the first time.
- addWrittenObject(Object) - Method in class com.esotericsoftware.kryo.util.ListReferenceResolver
-
- addWrittenObject(Object) - Method in class com.esotericsoftware.kryo.util.MapReferenceResolver
-
- AsmCacheFields - Class in com.esotericsoftware.kryo.serializers
-
Implementations of ASM-based serializers for fields.
- AsmCacheFields() - Constructor for class com.esotericsoftware.kryo.serializers.AsmCacheFields
-
- available() - Method in class com.esotericsoftware.kryo.io.ByteBufferInputStream
-
- available() - Method in class com.esotericsoftware.kryo.io.Input
-