decode the input of the channel to bytes
@override Uint8List decodeInput(Uint8List data) { return data; }