public static class DefaultSerializers.TreeMapSerializer extends MapSerializer
| Constructor and Description |
|---|
DefaultSerializers.TreeMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Kryo kryo,
Output output,
java.util.Map map)
Writes the bytes for the object to the output.
|
copy, read, setGenerics, setKeyClass, setKeysCanBeNull, setValueClass, setValuesCanBeNullgetAcceptsNull, isImmutable, setAcceptsNull, setImmutablepublic DefaultSerializers.TreeMapSerializer()
public void write(Kryo kryo, Output output, java.util.Map map)
Serializer
This method should not be called directly, instead this serializer can be passed to Kryo write methods that accept a
serialier.
write in class MapSerializermap - May be null if Serializer.getAcceptsNull() is true.