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