Map ser impls should serialize a map
This commit is contained in:
parent
4e2f08cc7a
commit
26d357e846
@ -303,7 +303,7 @@ macro_rules! map_impl {
|
||||
where
|
||||
S: Serializer,
|
||||
{
|
||||
serializer.collect_seq(self)
|
||||
serializer.collect_map(self)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user