public class TreeBasedTableSerializer<R extends Comparable,C extends Comparable,V> extends TableSerializerBase<R,C,V,com.google.common.collect.TreeBasedTable<R,C,V>>
Serializer for guava-libraries TreeBasedTable.| Constructor and Description |
|---|
TreeBasedTableSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.TreeBasedTable<R,C,V> |
copy(com.esotericsoftware.kryo.Kryo kryo,
com.google.common.collect.TreeBasedTable<R,C,V> original) |
com.google.common.collect.TreeBasedTable<R,C,V> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<? extends com.google.common.collect.TreeBasedTable<R,C,V>> type) |
static void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Creates a new
TreeBasedTableSerializer and registers its serializer. |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.TreeBasedTable<R,C,V> table) |
readTable, readTable, writeTablepublic void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.TreeBasedTable<R,C,V> table)
write in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.TreeBasedTable<R extends Comparable,C extends Comparable,V>>public com.google.common.collect.TreeBasedTable<R,C,V> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.google.common.collect.TreeBasedTable<R,C,V>> type)
read in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.TreeBasedTable<R extends Comparable,C extends Comparable,V>>public com.google.common.collect.TreeBasedTable<R,C,V> copy(com.esotericsoftware.kryo.Kryo kryo, com.google.common.collect.TreeBasedTable<R,C,V> original)
copy in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.TreeBasedTable<R extends Comparable,C extends Comparable,V>>public static void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
TreeBasedTableSerializer and registers its serializer.kryo - the Kryo instance to set the serializer onCopyright © 2010–2019. All rights reserved.