Skip to content

zd: Specify size of dict when serializing

Zeeshan Ali Khan requested to merge zeenix/zbus:serialize-dict-size into main

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).

Merge request reports