Class ObjectListSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectList<?>>
com.github.tommyettinger.kryo.jdkgdxds.ObjectListSerializer
public class ObjectListSerializer
extends com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectList<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer
com.esotericsoftware.kryo.serializers.CollectionSerializer.BindCollection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.github.tommyettinger.ds.ObjectList<?>create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectList<?>> type, int size) protected com.github.tommyettinger.ds.ObjectList<?>createCopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectList<?> original) Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer
copy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeaderMethods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
ObjectListSerializer
public ObjectListSerializer()
-
-
Method Details
-
create
protected com.github.tommyettinger.ds.ObjectList<?> create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectList<?>> type, int size) - Overrides:
createin classcom.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectList<?>>
-
createCopy
protected com.github.tommyettinger.ds.ObjectList<?> createCopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectList<?> original) - Overrides:
createCopyin classcom.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectList<?>>
-