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