Optional
encoding?: Serializer<string>The string serializer to use for encoding and decoding the content.
Optional
size?: NumberSerializer | number | "variable"The size of the string. It can be one of the following:
'variable'
to use the rest of the buffer.
Defines the options for string serializers.