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