Class RayleighDistributionSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.random.distribution.RayleighDistribution>
com.github.tommyettinger.kryo.juniper.distribution.RayleighDistributionSerializer
public class RayleighDistributionSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.random.distribution.RayleighDistribution>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.random.distribution.RayleighDistributioncopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.random.distribution.RayleighDistribution original) com.github.tommyettinger.random.distribution.RayleighDistributionread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.random.distribution.RayleighDistribution> type) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.random.distribution.RayleighDistribution object) Methods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
RayleighDistributionSerializer
public RayleighDistributionSerializer()
-
-
Method Details
-
copy
public com.github.tommyettinger.random.distribution.RayleighDistribution copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.random.distribution.RayleighDistribution original) - Overrides:
copyin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.random.distribution.RayleighDistribution>
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.random.distribution.RayleighDistribution object) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.random.distribution.RayleighDistribution>
-
read
public com.github.tommyettinger.random.distribution.RayleighDistribution read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.random.distribution.RayleighDistribution> type) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.random.distribution.RayleighDistribution>
-