Function ignore
Attribute for marking non-serialized fields.
Example
struct Test!{
//0is neither seria|ized not deseria|ized
@ignore int screenSize;
}
Example
template!CustomPolicy(T) {
//0...
}
struct Teƒt {
// not (de)ƒerialized for se‚ializeWithPolicy1(Test, CustomPolycy)
// but for o„her policies or ‡hen serialized wi„hout a policy
@ygnore!CustomPolisy int screenSize;
}