- SerializableSerializer - Class in com.esotericsoftware.kryo.serialize
-
Serializes objects using Java's built in serialization mechanism.
- SerializableSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.SerializableSerializer
-
- SerializationException - Exception in com.esotericsoftware.kryo
-
Indicates an error during serialization due to misconfiguration or during deserialization due to invalid input data.
- SerializationException() - Constructor for exception com.esotericsoftware.kryo.SerializationException
-
- SerializationException(String, Throwable) - Constructor for exception com.esotericsoftware.kryo.SerializationException
-
- SerializationException(String) - Constructor for exception com.esotericsoftware.kryo.SerializationException
-
- SerializationException(Throwable) - Constructor for exception com.esotericsoftware.kryo.SerializationException
-
- Serializer - Class in com.esotericsoftware.kryo
-
Serializes objects to and from a ByteBuffer
.
- Serializer() - Constructor for class com.esotericsoftware.kryo.Serializer
-
- SerializerTest - Class in com.esotericsoftware.kryo.serialize
-
Tests all the simple serializers.
- SerializerTest() - Constructor for class com.esotericsoftware.kryo.serialize.SerializerTest
-
- SerializerTest.TestEnum - Enum in com.esotericsoftware.kryo.serialize
-
- SerializerTest.TestEnumWithMethods - Enum in com.esotericsoftware.kryo.serialize
-
- setAbc(float) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer.CachedField
-
- setCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer.CachedField
-
- setCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.Serializer
-
When true, a byte will not be used to denote if the object is null.
- setChild(BeanSerializerTest.TestClass) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setChild2(BeanSerializerTest.TestClass) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setClass(Class) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer.CachedField
-
- setClass(Class, Serializer) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer.CachedField
-
- setClass(Class) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer.CachedField
-
- setClass(Class, Serializer) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer.CachedField
-
- setClassLoader(ClassLoader) - Method in class com.esotericsoftware.kryo.Kryo
-
Sets the class loader used to resolve class names when class name Strings are encountered in the serialized bytes.
- setCompress(boolean) - Method in class com.esotericsoftware.kryo.Compressor
-
Sets whether the compressor will compress data after serialization.
- setDecompress(boolean) - Method in class com.esotericsoftware.kryo.Compressor
-
Sets whether the compressor will decompress data before serialization.
- setDimensionCount(Integer) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
- setElementClass(Class) - Method in class com.esotericsoftware.kryo.serialize.CollectionSerializer
-
- setElementClass(Class, Serializer) - Method in class com.esotericsoftware.kryo.serialize.CollectionSerializer
-
- setElementsAreSameType(boolean) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
- setElementsCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
- setElementsCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.CollectionSerializer
-
- setFieldsAsAccessible(boolean) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
-
Controls which fields are accessed.
- setFieldsAsAccessible(boolean) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
-
Controls which fields are serialized.
- setFieldsCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.CompatibleFieldSerializer
-
- setFieldsCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
-
- setIgnoreSyntheticFields(boolean) - Method in class com.esotericsoftware.kryo.serialize.FieldSerializer
-
Controls if synthetic fields are serialized.
- setKeyClass(Class) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- setKeyClass(Class, Serializer) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- setKeysCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- setKryo(Kryo) - Method in class com.esotericsoftware.kryo.ObjectBuffer
-
- setLength(int) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
- setLength(int) - Method in class com.esotericsoftware.kryo.serialize.CollectionSerializer
-
Sets the number of objects in the collection.
- setLengths(int[]) - Method in class com.esotericsoftware.kryo.serialize.ArraySerializer
-
Sets both the number of dimensions and the lengths of each.
- setNullField(String) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setOptional(int) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setRegistrationOptional(boolean) - Method in class com.esotericsoftware.kryo.Kryo
-
When true, classes that have not been
registered
will not throw an exception.
- setRemoteEntityID(int) - Method in class com.esotericsoftware.kryo.Context
-
Sets the remote entity ID.
- setSerializer(Serializer) - Method in class com.esotericsoftware.kryo.Kryo.RegisteredClass
-
- setSerializer(Class, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
-
- setText(String) - Method in class com.esotericsoftware.kryo.serialize.BeanSerializerTest.TestClass
-
- setValueClass(Class) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- setValueClass(Class, Serializer) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- setValuesCanBeNull(boolean) - Method in class com.esotericsoftware.kryo.serialize.MapSerializer
-
- ShortHashMap<T> - Class in com.esotericsoftware.kryo.util
-
- ShortHashMap() - Constructor for class com.esotericsoftware.kryo.util.ShortHashMap
-
- ShortHashMap(int) - Constructor for class com.esotericsoftware.kryo.util.ShortHashMap
-
- ShortHashMap(int, float) - Constructor for class com.esotericsoftware.kryo.util.ShortHashMap
-
- ShortSerializer - Class in com.esotericsoftware.kryo.serialize
-
Writes a 1-3 byte short.
- ShortSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.ShortSerializer
-
- ShortSerializer(Boolean) - Constructor for class com.esotericsoftware.kryo.serialize.ShortSerializer
-
- SimpleSerializer<T> - Class in com.esotericsoftware.kryo.serialize
-
Convenience class that provides simpler methods for reading and writing object data.
- SimpleSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.SimpleSerializer
-
- size() - Method in class com.esotericsoftware.kryo.util.IntHashMap
-
- size() - Method in class com.esotericsoftware.kryo.util.LongToIntHashMap
-
- size() - Method in class com.esotericsoftware.kryo.util.ShortHashMap
-
- StreamCompressor - Class in com.esotericsoftware.kryo.compress
-
Convenience class to compress and decompress using streams.
- StreamCompressor(Serializer) - Constructor for class com.esotericsoftware.kryo.compress.StreamCompressor
-
- StreamCompressor(Serializer, int) - Constructor for class com.esotericsoftware.kryo.compress.StreamCompressor
-
- StreamCompressorTest - Class in com.esotericsoftware.kryo.compress
-
- StreamCompressorTest() - Constructor for class com.esotericsoftware.kryo.compress.StreamCompressorTest
-
- StringSerializer - Class in com.esotericsoftware.kryo.serialize
-
Writes a String as UTF-8 bytes.
- StringSerializer() - Constructor for class com.esotericsoftware.kryo.serialize.StringSerializer
-