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