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