Class TableSerializerBase<R,C,V,T extends com.google.common.collect.Table<R,C,V>>
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<T>
-
- de.javakaffee.kryoserializers.guava.TableSerializerBase<R,C,V,T>
-
- Direct Known Subclasses:
ArrayTableSerializer,HashBasedTableSerializer,ImmutableTableSerializer,TreeBasedTableSerializer
public abstract class TableSerializerBase<R,C,V,T extends com.google.common.collect.Table<R,C,V>> extends com.esotericsoftware.kryo.Serializer<T>
-
-
Constructor Summary
Constructors Constructor Description TableSerializerBase(boolean doesNotAcceptNull, boolean immutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, com.google.common.collect.Table<R,C,V> table)voidreadTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, de.javakaffee.kryoserializers.guava.TableSerializerBase.CellConsumer<R,C,V> cellConsumer)voidwriteTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.google.common.collect.Table<R,C,V> table)
-
-
-
Method Detail
-
writeTable
public void writeTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.google.common.collect.Table<R,C,V> table)
-
readTable
public void readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, com.google.common.collect.Table<R,C,V> table)
-
-