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