Exclude this member from serialization
Do not encode array length before the array. This consumes the remaining bytes when deserializing
Inform the library about which member variable contains the length for an array measured in number of elements, not bytes
Specifies the length of an array by the number of bytes, not elements