类的使用
cn.wjybxx.dsoncodec.DsonCodecImpl
使用DsonCodecImpl的程序包
-
cn.wjybxx.dsoncodec中DsonCodecImpl的使用
修饰符和类型方法说明<T> DsonCodecImpl<T> DsonCodecRegistry.getDecoder(Class<T> clazz, DsonCodecRegistry rootRegistry) 查找解码器(decoder)。<T> DsonCodecImpl<? super T> DsonCodecRegistry.getEncoder(Class<T> clazz, DsonCodecRegistry rootRegistry) 查找编码器(encoder)。返回变量类型为DsonCodecImpl的类型的cn.wjybxx.dsoncodec中的方法修饰符和类型方法说明static Map<Class<?>, DsonCodecImpl<?>> DsonCodecRegistries.newCodecMap(List<? extends DsonCodecImpl<?>> pojoCodecs) 参数类型为DsonCodecImpl的cn.wjybxx.dsoncodec中的方法修饰符和类型方法说明static DsonCodecRegistryDsonCodecRegistries.fromCodecs(DsonCodecImpl<?>... pojoCodecs) 类型变量类型为DsonCodecImpl的cn.wjybxx.dsoncodec中的方法参数修饰符和类型方法说明static DsonCodecRegistryDsonCodecRegistries.fromCodecs(List<? extends DsonCodecImpl<?>> pojoCodecs) static Map<Class<?>, DsonCodecImpl<?>> DsonCodecRegistries.newCodecMap(List<? extends DsonCodecImpl<?>> pojoCodecs)