Class HasherSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.digital.Hasher>
com.github.tommyettinger.kryo.digital.HasherSerializer
public class HasherSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.digital.Hasher>
Kryo
Serializer for digital Hashers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.digital.Hasherread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.digital.Hasher> dataClass) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.digital.Hasher data) Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
HasherSerializer
public HasherSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.digital.Hasher data) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.digital.Hasher>
-
read
public com.github.tommyettinger.digital.Hasher read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.digital.Hasher> dataClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.digital.Hasher>
-