serdeIgnoreIfAggregate.serdeDiscriminatedField

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.

Members

Variables

field
string field;

Name of the field in the JSON like data object.

tag
string tag;

Value of the field for the current type.