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