返回从 String 到 List<int> 的编码器。
String
List<int>
可能是具有状态的,不应重复使用。
Converter<String, List<int>> get encoder;