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