返回 this 的解码器,将 List<int> 转换为 String。
this
List<int>
String
它可能是状态性的,并且不应重复使用。
Converter<List<int>, String> get decoder;