pub fn serial_map_no_length<W: Write, K: Serial, V: Serial>(
    map: &BTreeMap<K, V>,
    out: &mut W
) -> Result<(), W::Err>
Expand description

Write a Map as a list of key-value pairs ordered by the key, without the length information.