Optionalencoding?: Serializer<string>The string serializer to use for encoding and decoding the content.
Optionalsize?: 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.