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