Class TableSerializerBase<R,​C,​V,​T extends com.google.common.collect.Table<R,​C,​V>>

    • Constructor Summary

      Constructors 
      Constructor Description
      TableSerializerBase​(boolean doesNotAcceptNull, boolean immutable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class com.esotericsoftware.kryo.Serializer

        copy, getAcceptsNull, isImmutable, read, setAcceptsNull, setImmutable, write
    • Constructor Detail

      • TableSerializerBase

        public TableSerializerBase​(boolean doesNotAcceptNull,
                                   boolean immutable)
    • 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)
      • readTable

        public void readTable​(com.esotericsoftware.kryo.Kryo kryo,
                              com.esotericsoftware.kryo.io.Input input,
                              de.javakaffee.kryoserializers.guava.TableSerializerBase.CellConsumer<R,​C,​V> cellConsumer)