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