Encodes the given data into a String.
data
@override String stringify(Uint8List data) => String.fromCharCodes(data);