public class SetSerializer extends com.esotericsoftware.kryo.Serializer<com.github.andrewoma.dexx.collection.Set<Object>>
Serializer for dexx Set| Constructor and Description |
|---|
SetSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.github.andrewoma.dexx.collection.Set<Object> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<com.github.andrewoma.dexx.collection.Set<Object>> type) |
static void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Creates a new
ImmutableSetSerializer and registers its serializer
for the several ImmutableSet related classes. |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.github.andrewoma.dexx.collection.Set<Object> object) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.github.andrewoma.dexx.collection.Set<Object> object)
write in class com.esotericsoftware.kryo.Serializer<com.github.andrewoma.dexx.collection.Set<Object>>public com.github.andrewoma.dexx.collection.Set<Object> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<com.github.andrewoma.dexx.collection.Set<Object>> type)
read in class com.esotericsoftware.kryo.Serializer<com.github.andrewoma.dexx.collection.Set<Object>>public static void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
ImmutableSetSerializer and registers its serializer
for the several ImmutableSet related classes.kryo - the Kryo instance to set the serializer onCopyright © 2010–2016. All rights reserved.