zd: Specify size of dict when serializing
Some formats/encoders (e.g bincode) need the size of the map before they can serialize so this fix makes it possible to use types using SerializeDict
with these formats.
Fixes #274 (closed).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Some formats/encoders (e.g bincode) need the size of the map before they can serialize so this fix makes it possible to use types using SerializeDict
with these formats.
Fixes #274 (closed).