Serialization
-
How to do polymorphic serialization/deserialization in C# System.Text.Json

In this blog post, you’ll see how to serialize and deserialize a hierarchy of objects polymorphically to have a cleaner json. Continue reading

In this blog post, you’ll see how to serialize and deserialize a hierarchy of objects polymorphically to have a cleaner json. Continue reading