dumpOld

Dump function that dumps in the old format, to test whether we can still read it (and convert it)

version(unittest)
void
dumpOld
(
K
V
)

Parameters

K

type of key

V

type of value

buffered BufferedOutput

output stream to write to

adder MapSerializer.AdderDg!(K, V)

delegate called with a delegate that can be used to add values

Meta