How to read `DeclaringType` from `JsonPropertyTypeInfo` in System.Text.Json?
I want to customize serialization based on the type of the property. To do that I would like to read DeclaringType
from JsonPropertyInfo
. This is an example from Microsoft documentation on how to create such a modifier
How to read `DeclaringType` from `JsonPropertyTypeInfo` in System.Text.Json?
I want to customize serialization based on the type of the property. To do that I would like to read DeclaringType
from JsonPropertyInfo
. This is an example from Microsoft documentation on how to create such a modifier