Package com.twitter.chill.java
Class IterableRegistrarSerializer
java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
com.twitter.chill.java.IterableRegistrarSerializer
public class IterableRegistrarSerializer
extends com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends IterableRegistrar> type) voidwrite(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, IterableRegistrar obj) Methods inherited from class com.esotericsoftware.kryo.kryo5.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
IterableRegistrarSerializer
public IterableRegistrarSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, IterableRegistrar obj) - Specified by:
writein classcom.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
-
read
public IterableRegistrar read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends IterableRegistrar> type) - Specified by:
readin classcom.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
-