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 -
Method Summary
Modifier and TypeMethodDescriptionvoidreadTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, it.unibz.inf.ontop.com.google.common.collect.Table<R, C, V> table) voidreadTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, net.sansa_stack.query.spark.ontop.kryo.ShadedTableSerializerBase.CellConsumer<R, C, V> cellConsumer) voidwriteTable(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
-
Constructor Details
-
ShadedTableSerializerBase
public ShadedTableSerializerBase(boolean doesNotAcceptNull, boolean immutable)
-
-
Method Details
-
writeTable
-
readTable
-
readTable
-