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