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