- TaggedFieldSerializer<T> - Class in com.esotericsoftware.kryo.serializers
-
Serializes objects using direct field assignment for fields that have been
tagged
.
- TaggedFieldSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serializers.TaggedFieldSerializer
-
- TaggedFieldSerializer.Tag - Annotation Type in com.esotericsoftware.kryo.serializers
-
If true, this field will not be serialized.
- toArray() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Keys
-
Returns a new array containing the remaining keys.
- toArray() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Values
-
Returns a new array containing the remaining values.
- toArray(ArrayList<V>) - Method in class com.esotericsoftware.kryo.util.IdentityMap.Values
-
Returns a new array containing the remaining values.
- toArray() - Method in class com.esotericsoftware.kryo.util.IntArray
-
- toArray() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Keys
-
Returns a new array containing the remaining keys.
- toArray() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Values
-
Returns a new array containing the remaining values.
- toArray(ArrayList<V>) - Method in class com.esotericsoftware.kryo.util.ObjectMap.Values
-
Adds the remaining values to the specified array.
- toBytes() - Method in class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Returns a new byte array containing the bytes currently in the buffer between zero and
Output.position()
.
- toBytes() - Method in class com.esotericsoftware.kryo.io.Output
-
Returns a new byte array containing the bytes currently in the buffer between zero and
Output.position()
.
- toString() - Method in class com.esotericsoftware.kryo.Generics
-
- toString() - Method in class com.esotericsoftware.kryo.Registration
-
- toString() - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer.CachedField
-
- toString() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Entry
-
- toString() - Method in class com.esotericsoftware.kryo.util.IdentityMap
-
- toString() - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
- toString() - Method in class com.esotericsoftware.kryo.util.IntArray
-
- toString(String) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- toString() - Method in class com.esotericsoftware.kryo.util.IntMap
-
- toString() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Entry
-
- toString() - Method in class com.esotericsoftware.kryo.util.ObjectMap
-
- total() - Method in class com.esotericsoftware.kryo.io.Input
-
Returns the number of bytes read.
- total() - Method in class com.esotericsoftware.kryo.io.Output
-
Returns the total number of bytes written.
- truncate(int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
Reduces the size of the array to the specified size.