Skip to content

v0.2.0

Choose a tag to compare

@Anders429 Anders429 released this 17 Jan 00:33
· 114 commits to master since this release
53935a8

Added

  • SerializeStructAs enum 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 Seq Tokens.

Removed

  • CompoundSerializer no longer implements serde::SerializeStruct.