pub fn serialize_map<S>(
map: &BTreeMap<ContentAddress, BTreeMap<Key, Value>>,
s: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,Expand description
Serialize a BTreeMap of content addresses as keys and BTreeMaps of bytecode keys and values as values.