Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Serialize mutable collections

Latest

Choose a tag to compare

@davidmorgan davidmorgan released this 28 May 08:22
· 12 commits to master since this release
8060463
  • Add mutable collection serializers so built_value can serialize List,
    Set and Map. It's still recommended to avoid mutable collections inside
    value types as they break hashing, comparison and caching; the intended use
    case is that you have one top level mutable collection of your immutable
    value types.