Converts input and returns the result of the conversion.
input
@override String convert(Iterable<double> input) => input.map((e) => typeEncoder.convert(e)).join(', ');