public class ImmutableSetSerializer
extends com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableSet<?>>
ImmutableSet.| Constructor and Description |
|---|
ImmutableSetSerializer()
Creates
ImmutableSet serializer instance. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<?> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<com.google.common.collect.ImmutableSet<?>> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.ImmutableSet<?> object) |
public ImmutableSetSerializer()
ImmutableSet serializer instance.public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.ImmutableSet<?> object)
write in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableSet<?>>public com.google.common.collect.ImmutableSet<?> read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<com.google.common.collect.ImmutableSet<?>> type)
read in class com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableSet<?>>