public class CollectionsEmptyListSerializer extends com.esotericsoftware.kryo.Serializer<List<?>>
Serializer for Lists created via Collections.emptyList()
or that were just assigned the Collections.EMPTY_LIST.| Constructor and Description |
|---|
CollectionsEmptyListSerializer() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<List<?>> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
List<?> object) |
Copyright © 2010-2015. All Rights Reserved.