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