Attribute for specifying non pack/unpack field. This is an alternative approach of MessagePackable mixin.
struct S { int num; // Packer/Unpacker ignores this field; @nonPacked string str; }
See Implementation
Attribute for specifying non pack/unpack field. This is an alternative approach of MessagePackable mixin.