The UDA used on struct or class definitions to denote an discriminated field and its tag for algebraic deserialization.
Discriminated field is ignored during the annotated structure/class deseriliazation.
Name of the field in the JSON like data object.
Value of the field for the current type.
See Implementation
The UDA used on struct or class definitions to denote an discriminated field and its tag for algebraic deserialization.
Discriminated field is ignored during the annotated structure/class deseriliazation.