模块 org.redkale

类 JsonMultiImplDecoder<T>

  • 类型参数:
    T - 泛型
    所有已实现的接口:
    Decodeable<JsonReader,​T>

    public class JsonMultiImplDecoder<T>
    extends Object
    implements Decodeable<JsonReader,​T>
    抽象或接口类存在多种实现类的反序列化解析器
    详情见: https://redkale.org
    从以下版本开始:
    2.7.0
    作者:
    zhangjx