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