DEV Community

Cover image for [Video] Polymorphic JSON Serialization (feat. .NET & System.Text.Json)
João Antunes
João Antunes

Posted on • Originally published at blog.codingmilitia.com on

[Video] Polymorphic JSON Serialization (feat. .NET & System.Text.Json)

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:

Thanks for stopping by, cyaz! 👋

Top comments (2)

Collapse
 
nthonymiller profile image
Anthony Miller

Thanks for this post, you saved my day.

Collapse
 
joaofbantunes profile image
João Antunes

Glad it was helpful! 🙂