Variables
getBase16Encoder
const
getBase16Encoder: () =>VariableSizeEncoder
<string
>
Returns an encoder for base-16 (hexadecimal) strings.
This encoder serializes strings using a base-16 encoding scheme. The output consists of bytes representing the hexadecimal values of the input string.
For more details, see getBase16Codec.
Returns
VariableSizeEncoder
<string
>
A VariableSizeEncoder<string>
for encoding base-16 strings.
Example
Encoding a base-16 string.