MemberSerialization
Specifies the member serialization options for the JsonSerializer.
OptIn = 1
Only members must be marked with the JsonPropertyAttribute are serialized.
OptOut = 0
All members are serialized by default. Members can be excluded using the JsonIgnoreAttribute.