decoder 属性

Converter<List<int>, String> decoder
重写

返回 this 的解码器,将 List 转换为 String

它可能包含状态,不应重复使用。

实现

Converter<List<int>, String> get decoder;