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