ScalaMutableMapSerializer
io.altoo.serialization.kryo.scala.serializer.ScalaMutableMapSerializer
class ScalaMutableMapSerializer() extends Serializer[Map[_, _]]
Module with specialized serializers for Scala Maps. They are split in 3 different serializers in order:
- To not need reflection at runtime (find if it is SortedMap)
- Use inplace updates with mutable Maps
Attributes
- Graph
-
- Supertypes
-
class Serializer[Map[_, _]]class Objecttrait Matchableclass Any
Members list
In this article