-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
The System.Collections.Immutable namespace contains immutable collection types.
Given the usefulness of immutable types for strong usage contracts and being able to depend on data passed by reference not mutating it would be great for SharpYaml to support serialization and deserialization of these collection types like it does for arrays.
Currently attempting to deserialize them throws an exception InvalidOperationException: Cannot deserialize list to readonly collection type [System.Collections.Immutable.ImmutableArray
1[Subtype]].`
Metadata
Metadata
Assignees
Labels
No labels