- put(String, Object) - Method in class com.esotericsoftware.kryo.Context
-
Stores an object in thread local storage.
- put(Serializer, String, Object) - Method in class com.esotericsoftware.kryo.Context
-
Stores an object for a serializer instance in thread local storage.
- put(ByteBuffer, Enum) - Static method in class com.esotericsoftware.kryo.serialize.EnumSerializer
-
- put(ByteBuffer, int, boolean) - Static method in class com.esotericsoftware.kryo.serialize.IntSerializer
-
Writes the specified int to the buffer using 1 to 5 bytes, depending on the size of the number.
- put(ByteBuffer, long, boolean) - Static method in class com.esotericsoftware.kryo.serialize.LongSerializer
-
Writes the specified long to the buffer using 1 to 10 bytes, depending on the size of the number.
- put(ByteBuffer, Object) - Static method in class com.esotericsoftware.kryo.serialize.SerializableSerializer
-
- put(ByteBuffer, short, boolean) - Static method in class com.esotericsoftware.kryo.serialize.ShortSerializer
-
Writes the specified short to the buffer as a byte or short depending on the size of the number.
- put(ByteBuffer, String) - Static method in class com.esotericsoftware.kryo.serialize.StringSerializer
-
- put(int, T) - Method in class com.esotericsoftware.kryo.util.IntHashMap
-
- put(long, int) - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
-
- put(short, T) - Method in class com.esotericsoftware.kryo.util.ShortHashMap
-
- putTemp(String, Object) - Method in class com.esotericsoftware.kryo.Context
-
Stores a temporary object in thread local storage.
- putTemp(Serializer, String, Object) - Method in class com.esotericsoftware.kryo.Context
-
Stores a temporary object for a serializer instance in thread local storage.
- putUnsigned(ByteBuffer, int) - Static method in class com.esotericsoftware.kryo.serialize.ByteSerializer
-
Writes the specified non-negative int to the buffer, cast as a byte.