- 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, Class<? extends Serializer>) - Method in class com.esotericsoftware.kryo.Kryo
-
Instances of the specified class will use the specified serializer.
- addReadObject(int, Object) - Method in interface com.esotericsoftware.kryo.ReferenceResolver
-
Adds an object that has been read for the first time.
- addReadObject(int, Object) - Method in class com.esotericsoftware.kryo.util.ListReferenceResolver
-
- addReadObject(int, Object) - Method in class com.esotericsoftware.kryo.util.MapReferenceResolver
-
- 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
-
- available() - Method in class com.esotericsoftware.kryo.io.ByteBufferInputStream
-