decoder属性

Converter<T, S> decoder

返回this的解码器,将数据从T转换为S

它可能是状态化的,不应该被重复使用。

实现

Converter<T, S> get decoder;