MapSerializer.dumpDgConduit

Writes a map to an IO device.

class MapSerializer
void
dumpDgConduit
(
K
V
)

Parameters

io_device IConduit

the device to dump to

adder AdderDg!(K, V)

function called with a delegate that can be used to add elements that are to be dumped. Once that delegate returns, the rest will be written.

Meta