public class ImmutableBiMapSerializer extends com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableBiMap<Object,?>>
| Constructor and Description |
|---|
ImmutableBiMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableBiMap<Object,Object> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<? extends com.google.common.collect.ImmutableBiMap<Object,?>> clazz) |
static void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.ImmutableBiMap<Object,?> immutableBiMap) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.ImmutableBiMap<Object,?> immutableBiMap)
write in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableBiMap<Object,?>>public com.google.common.collect.ImmutableBiMap<Object,Object> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.google.common.collect.ImmutableBiMap<Object,?>> clazz)
read in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableBiMap<Object,?>>public static void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Copyright © 2020. All rights reserved.