Share: [Video] Polymorphic JSON Serialization (feat. .NET & System.Text.Json) By João Antunes April 13, 2022 - 1 minutes read - 68 words Hey folks! Time for one more video on messing with System.Text.Json, this time to get polymorphic (de)serialization going. This is a simple approach, that can certainly be further extended and improved, but has been working well in the projects I needed it. Here are a couple of related links: Sample implementation How to write custom converters for JSON serialization (marshalling) in .NET Thanks for stopping by, cyaz! 👋 Categories: csharp dotnet Tags: serialization json video Share: