Class WeightedTableSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.cringe.WeightedTable>
com.github.tommyettinger.kryo.cringe.WeightedTableSerializer
public class WeightedTableSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.cringe.WeightedTable>
Needs the concrete
GdxRandom subclass that a WeightedTable can use registered.
It is recommended to use RandomAce320 as the
only GdxRandom for this type, because others might not deserialize correctly.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.cringe.WeightedTablecopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.cringe.WeightedTable original) com.github.tommyettinger.cringe.WeightedTableread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.cringe.WeightedTable> dataClass) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.cringe.WeightedTable data) Methods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
WeightedTableSerializer
public WeightedTableSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.cringe.WeightedTable data) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.cringe.WeightedTable>
-
read
public com.github.tommyettinger.cringe.WeightedTable read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.cringe.WeightedTable> dataClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.cringe.WeightedTable>
-
copy
public com.github.tommyettinger.cringe.WeightedTable copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.cringe.WeightedTable original) - Overrides:
copyin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.cringe.WeightedTable>
-