public class CollectionsEmptyMapSerializer extends com.esotericsoftware.kryo.Serializer<Map<?,?>>
Serializer
for Map
s created via Collections.emptyMap()
or that were just assigned the Collections.EMPTY_MAP
.Constructor and Description |
---|
CollectionsEmptyMapSerializer() |
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<Map<?,?>> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Map<?,?> object) |
Copyright © 2010–2018. All rights reserved.