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, setValuesCanBeNull
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
public 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 MapSerializer
map
- May be null if Serializer.getAcceptsNull()
is true.