Package de.javakaffee.kryoserializers
Class CollectionsEmptyListSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<List<?>>
-
- de.javakaffee.kryoserializers.CollectionsEmptyListSerializer
-
public class CollectionsEmptyListSerializer extends com.esotericsoftware.kryo.Serializer<List<?>>
A kryoSerializerforLists created viaCollections.emptyList()or that were just assigned theCollections.EMPTY_LIST.- Author:
- Martin Grotzke
-
-
Constructor Summary
Constructors Constructor Description CollectionsEmptyListSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends List<?>> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, List<?> object)
-