Class ShadedTableSerializerBase<R,C,V,T extends it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V>>

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
net.sansa_stack.query.spark.ontop.kryo.ShadedTableSerializerBase<R,C,V,T>
Direct Known Subclasses:
ShadedImmutableTableSerializer

public abstract class ShadedTableSerializerBase<R,C,V,T extends it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V>> extends com.esotericsoftware.kryo.Serializer<T>
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
     
    void
    readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, net.sansa_stack.query.spark.ontop.kryo.ShadedTableSerializerBase.CellConsumer<R,C,V> cellConsumer)
     
    void
    writeTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
     

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    copy, getAcceptsNull, isImmutable, read, setAcceptsNull, setGenerics, setImmutable, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ShadedTableSerializerBase

      public ShadedTableSerializerBase(boolean doesNotAcceptNull, boolean immutable)
  • Method Details

    • writeTable

      public void writeTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
    • readTable

      public void readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
    • readTable

      public void readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, net.sansa_stack.query.spark.ontop.kryo.ShadedTableSerializerBase.CellConsumer<R,C,V> cellConsumer)