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