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