System.Text.Json Custom Converter to enable deserialisation of private setter properties
I need to serialize and deserialize a lot of different classes in my project.
Many of there classes have properies with private or internal setter, but for me it is important to deserialize these properties too.