public class ShadedImmutableSortedSetSerializer extends com.esotericsoftware.kryo.Serializer<it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object>>
Serializer
for guava-libraries ImmutableSortedSet
.Constructor and Description |
---|
ShadedImmutableSortedSetSerializer() |
Modifier and Type | Method and Description |
---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object>> type) |
static void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Creates a new
ShadedImmutableSortedSetSerializer and registers its serializer
for the several ImmutableSortedSet related classes. |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object> object) |
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object> object)
write
in class com.esotericsoftware.kryo.Serializer<it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object>>
public it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object>> type)
read
in class com.esotericsoftware.kryo.Serializer<it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Object>>
public static void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
ShadedImmutableSortedSetSerializer
and registers its serializer
for the several ImmutableSortedSet related classes.kryo
- the Kryo
instance to set the serializer onCopyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.