Skip to content

3.2.0

Compare
Choose a tag to compare
@dstelljes dstelljes released this 16 Dec 21:02

This minor release improves support for "array" and "record" type mapping.

New features

  • An "array" value can now be deserialized to any type with a constructor that has a single IEnumerable<T> parameter (#42). This opens up compatibility with collection types like HashSet<T>.

  • Similarly, a "record" value can now be deserialized to any type with a constructor that has matching parameters for each record field (#38).