You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
SerializeStructAsenum and accompanying Builder::serialize_struct_as() method for specifying whether structs should be serialized as serde struct or sequence types.
SerializeStruct type to provide a more specialized serde::SerializeStruct implementation.
Changed
Deserializer::deserialize_struct can now interpret both Struct and SeqTokens.
Removed
CompoundSerializer no longer implements serde::SerializeStruct.