public static final class HopscotchCollection.Serializer<T> extends com.esotericsoftware.kryo.Serializer<HopscotchCollection<T>>
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
HopscotchCollection<T> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<HopscotchCollection<T>> klass) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
HopscotchCollection<T> hopscotchCollection) |
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, HopscotchCollection<T> hopscotchCollection)
write
in class com.esotericsoftware.kryo.Serializer<HopscotchCollection<T>>
public HopscotchCollection<T> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<HopscotchCollection<T>> klass)
read
in class com.esotericsoftware.kryo.Serializer<HopscotchCollection<T>>