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