- Add mutable collection serializers so
built_valuecan serializeList,
SetandMap. 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.