MapSerializer.loadConduit

loads dumped map content from the file system

Does not support structs with dynamic arrays yet.

class MapSerializer
void
loadConduit
(
K
V
)

Parameters

K

key of the array map

V

value of the corresponding key

map Map!(V, K)

instance of the array map

io_device IConduit

the device 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