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