CodexBloom - AI-Powered Q&A Platform

C# 10 - Issues with Record Structs and Deserialization of Nested Immutable Collections

👀 Views: 2 💬 Answers: 1 📅 Created: 2025-06-11
c# json serialization immutable dotnet

I'm trying to deserialize a JSON string into a record struct that contains an immutable collection, but I'm encountering issues with the deserialization process...