-
Type:
Improvement
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.11.6
-
Component/s: Serialization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
C# 9 introduced record types:
https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/exploration/records
These look like syntactic sugar for creating immutable types and we might already support serialization of records as a by product of our support for serialization of immutable types, but this needs to be thoroughly tested.