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