# How to serialize properties of derived classes with System.Text.Json In this article, you will learn how to serialize properties of derived classes with the `System.Text.Json` namespace. ## ...
Learn how to ignore properties when serializing with System.Text.Json in .NET. A property is read-only if it contains a public getter but not a public setter. To ...