A serialization library usually has no special logic for UTF-8, it just see strings as raw bytes.
However int8 can store up to 127 and beyond you need int16.
A serialization library usually has no special logic for UTF-8, it just see strings as raw bytes.
However int8 can store up to 127 and beyond you need int16.