The OpenD Programming Language

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])
alias serdeGetIgnoreInIfAggregate(T, string member) = naryFun!(TemplateArgsOf!(getUDA!(T, member, serdeIgnoreInIfAggregate))[0])

Structs

serdeIgnoreIfAggregate
struct serdeIgnoreIfAggregate(alias pred)

Attributes to conditional ignore field during serialization and deserialization.

See Also

Meta