requiredToOptional? I have an optional field in my struct that's a hex-encoded byte array (with 0x prefix) and I want to encode that as an empty Uint8Array if the field is undefined. When decoding, I want to set the field to undefined if the array is empty.