MapSerializer.load

loads dumped map content from the file system

Does not support structs with dynamic arrays yet.

class MapSerializer
void
load
(
K
V
)

Parameters

K

key of the array map

V

value of the corresponding key

map Map!(V, K)

instance of the array map

file_path cstring

path to the file to load from

Throws

Exception when the file has not the expected fileheader and other Exceptions for various kinds of errors (file not found, etc)

Meta