-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Serialization
-
None
-
Fully Compatible
-
Dotnet Drivers
-
Needed
-
The existing enumerable classes don't work for ImmutableArray because it is a struct.
Write a new serializer for ImmutableArray and other immutable collection classes that work with either struct or class and that leverage the Builder classes provided by the immutable collection classes.
- related to
-
CSHARP-5314 ExpressionFieldDefinition.Render() fails with ImmutableArrays
- Closed