MapSerializer.dump

Writes a map to a file.

class MapSerializer
void
dump
(
K
V
)

Parameters

map Map!(V, K)

instance of the array map to dump

file_path cstring

path to where the map should be dumped to

Meta