Condition

Only encode/decode the field when the condition is met. The condition is placed inside an if statement and can access the variables and functions of the class/struct (without this).

This attribute can be used with EncodeOnly and DecodeOnly.

struct Condition {
string condition;
}

Meta