Decodes bytes into a Dart value.
@override Future<Uint8List> decode(Uint8List data) async => Uint8List.fromList(data);