public abstract class TableSerializerBase<R,C,V,T extends com.google.common.collect.Table<R,C,V>>
extends com.esotericsoftware.kryo.Serializer<T>
| Constructor and Description |
|---|
TableSerializerBase(boolean doesNotAcceptNull,
boolean immutable) |
| Modifier and Type | Method and Description |
|---|---|
void |
readTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
com.google.common.collect.Table<R,C,V> table) |
void |
readTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
de.javakaffee.kryoserializers.guava.TableSerializerBase.CellConsumer<R,C,V> cellConsumer) |
void |
writeTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.Table<R,C,V> table) |
public TableSerializerBase(boolean doesNotAcceptNull,
boolean immutable)
public void writeTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.Table<R,C,V> table)
public void readTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
com.google.common.collect.Table<R,C,V> table)
Copyright © 2010–2019. All rights reserved.