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