public class CollectionsEmptyListSerializer extends com.esotericsoftware.kryo.Serializer<List<?>>
Serializer
for List
s 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–2018. All rights reserved.