Class IntListSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.IntList>
com.github.tommyettinger.kryo.jdkgdxds.IntListSerializer
public class IntListSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.IntList>
Kryo
Serializer for jdkgdxds IntLists.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.ds.IntListcopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.IntList original) com.github.tommyettinger.ds.IntListread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.IntList> dataClass) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.ds.IntList data) Methods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
IntListSerializer
public IntListSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.ds.IntList data) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.IntList>
-
read
public com.github.tommyettinger.ds.IntList read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.IntList> dataClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.IntList>
-
copy
public com.github.tommyettinger.ds.IntList copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.IntList original) - Overrides:
copyin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.IntList>
-