@NullTerminatedString decorator read a string until the '\0' character is met and always interpret a string.
@NullTerminatedString
Optional
This decorator is similar to @Until('\0', { targetType: String }) but @Until will include the \0 while this decorator always drops it.
@Until('\0', { targetType: String })
@Until
\0
@NullTerminatedString
decorator read a string until the '\0' character is met and always interpret a string.