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