- java.lang.Object
-
- org.redkale.convert.SimpledCoder<R,W,Uint128>
-
- org.redkale.convert.ext.Uint128SimpledCoder<ProtobufReader,ProtobufWriter>
-
- org.redkale.convert.pb.ProtobufCoders.ProtobufUint128SimpledCoder
-
- 所有已实现的接口:
Decodeable<ProtobufReader,Uint128>,Encodeable<ProtobufWriter,Uint128>,ProtobufEncodeable<ProtobufWriter,Uint128>
- 封闭类:
- ProtobufCoders
public static class ProtobufCoders.ProtobufUint128SimpledCoder extends Uint128SimpledCoder<ProtobufReader,ProtobufWriter> implements ProtobufEncodeable<ProtobufWriter,Uint128>
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.redkale.convert.ext.Uint128SimpledCoder
Uint128SimpledCoder.Uint128JsonSimpledCoder<R extends JsonReader,W extends JsonWriter>
-
-
字段概要
字段 修饰符和类型 字段 说明 static ProtobufCoders.ProtobufUint128SimpledCoderinstance-
从类继承的字段 org.redkale.convert.ext.Uint128SimpledCoder
bsSimpledCoder
-
从类继承的字段 org.redkale.convert.SimpledCoder
type
-
-
构造器概要
构造器 构造器 说明 ProtobufUint128SimpledCoder()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intcomputeSize(ProtobufWriter out, int tagSize, Uint128 value)TypegetType()泛型映射接口-
从类继承的方法 org.redkale.convert.ext.Uint128SimpledCoder
convertFrom, convertTo
-
从类继承的方法 org.redkale.convert.SimpledCoder
toString
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.redkale.convert.Encodeable
convertTo, specifyable
-
从接口继承的方法 org.redkale.convert.pb.ProtobufEncodeable
convertTo
-
-
-
-
字段详细资料
-
instance
public static final ProtobufCoders.ProtobufUint128SimpledCoder instance
-
-
方法详细资料
-
computeSize
public int computeSize(ProtobufWriter out, int tagSize, Uint128 value)
- 指定者:
computeSize在接口中ProtobufEncodeable<ProtobufWriter,Uint128>
-
getType
public Type getType()
从接口复制的说明:Decodeable泛型映射接口- 指定者:
getType在接口中Decodeable<ProtobufReader,Uint128>- 指定者:
getType在接口中Encodeable<ProtobufWriter,Uint128>- 覆盖:
getType在类中SimpledCoder<ProtobufReader,ProtobufWriter,Uint128>- 返回:
- 反解析的数据类型
-
-