Specific pickler for Arrays
Specific pickler for Arrays
Type of values
This pickler works on all collections that derive from Iterable[T] (Vector, Set, List, etc)
This pickler works on all collections that derive from Iterable[T] (Vector, Set, List, etc)
type of the values
type of the collection
Maps require a specific pickler as they have two type parameters.
Maps require a specific pickler as they have two type parameters.
Type of keys
Type of values
Helper function to unpickle a type
Helper function to unpickle a type
Helper function to write pickled types
Helper function to write pickled types