serdeIgnoreOutIfAggregate.serdeIgnoreInIfAggregate

Attributes to conditional ignore field during deserialization.

The attribute should be combined with serdeRealOrderedIn applied on the aggregate.

Members

Aliases

serdeGetIgnoreInIfAggregate
alias serdeGetIgnoreInIfAggregate(alias symbol) = naryFun!(TemplateArgsOf!(getUDA!(symbol, serdeIgnoreInIfAggregate))[0])

Structs

serdeIgnoreIfAggregate
struct serdeIgnoreIfAggregate(alias pred)

Attributes to conditional ignore field during serialization and deserialization.

See Also

Meta