模块 org.redkale

类 CollectionDecoder<R extends Reader,​T>

  • 类型参数:
    R - Reader
    T - 反解析的集合元素类型
    所有已实现的接口:
    Decodeable<R,​Collection<T>>
    直接已知子类:
    ProtobufCollectionDecoder

    public class CollectionDecoder<R extends Reader,​T>
    extends Object
    implements Decodeable<R,​Collection<T>>
    Collection的反序列化操作类
    支持一定程度的泛型。

    详情见: https://redkale.org

    作者:
    zhangjx
    • 字段详细资料

      • type

        protected final Type type
      • componentType

        protected final Type componentType
      • inited

        protected volatile boolean inited
    • 方法详细资料

      • checkInited

        protected void checkInited()
      • getComponentType

        public Type getComponentType()
      • getComponentDecoder

        public Decodeable<R,​T> getComponentDecoder()