@Char defines the decorated as an unsigned 8 bit integer and transform each of those read integer into a character by applying ascii encoding.
@Char
The type of the class the decorator is applied to.
The type of the decorated property.
@Char
defines the decorated as an unsigned 8 bit integer and transform each of those read integer into a character by applying ascii encoding.