com.twitter.chill.java
Class IterableRegistrarSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<IterableRegistrar>
      extended by com.twitter.chill.java.IterableRegistrarSerializer

public class IterableRegistrarSerializer
extends com.esotericsoftware.kryo.Serializer<IterableRegistrar>


Constructor Summary
IterableRegistrarSerializer()
           
 
Method Summary
 IterableRegistrar read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<IterableRegistrar> type)
           
 void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, IterableRegistrar obj)
           
 
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableRegistrarSerializer

public IterableRegistrarSerializer()
Method Detail

write

public void write(com.esotericsoftware.kryo.Kryo kryo,
                  com.esotericsoftware.kryo.io.Output output,
                  IterableRegistrar obj)
Specified by:
write in class com.esotericsoftware.kryo.Serializer<IterableRegistrar>

read

public IterableRegistrar read(com.esotericsoftware.kryo.Kryo kryo,
                              com.esotericsoftware.kryo.io.Input input,
                              java.lang.Class<IterableRegistrar> type)
Specified by:
read in class com.esotericsoftware.kryo.Serializer<IterableRegistrar>