@Utf32 defines the decorated property as an unsigned 32 bit integer encoded as an utf-32 string.
@Utf32
The type of the class the decorator is applied to.
The type of the decorated property.
The typical use-case would be to have a generic space of a pre-defined size with a an utf encoded string.
class Protocol { @Size(64) @Utf32 foo: string} Copy
class Protocol { @Size(64) @Utf32 foo: string}
This decorator is supposed to be used in conjunction of a controller.
@Utf32
defines the decorated property as an unsigned 32 bit integer encoded as an utf-32 string.