模块 org.redkale
类 Uint128SimpledCoder<R extends Reader,W extends Writer>
- java.lang.Object
-
- org.redkale.convert.SimpledCoder<R,W,Uint128>
-
- org.redkale.convert.ext.Uint128SimpledCoder<R,W>
-
- 类型参数:
R
- Reader输入的子类型W
- Writer输出的子类型
- 所有已实现的接口:
Decodeable<R,Uint128>
,Encodeable<W,Uint128>
public class Uint128SimpledCoder<R extends Reader,W extends Writer> extends SimpledCoder<R,W,Uint128>
Dlong 的SimpledCoder实现详情见: https://redkale.org
- 作者:
- zhangjx
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
Uint128SimpledCoder.Uint128JsonSimpledCoder<R extends JsonReader,W extends JsonWriter>
Uint128 的JsonSimpledCoder实现
-
字段概要
字段 修饰符和类型 字段 说明 protected SimpledCoder<R,W,byte[]>
bsSimpledCoder
static Uint128SimpledCoder
instance
-
从类继承的字段 org.redkale.convert.SimpledCoder
type
-
-
构造器概要
构造器 限定符 构造器 说明 protected
Uint128SimpledCoder()
Uint128SimpledCoder(SimpledCoder<R,W,byte[]> bSimpledCoder)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Uint128
convertFrom(R in)
反序列化操作void
convertTo(W out, Uint128 value)
序列化操作-
从类继承的方法 org.redkale.convert.SimpledCoder
getType, toString
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.redkale.convert.Encodeable
specifyable
-
-
-
-
字段详细资料
-
instance
public static final Uint128SimpledCoder instance
-
bsSimpledCoder
protected final SimpledCoder<R extends Reader,W extends Writer,byte[]> bsSimpledCoder
-
-
构造器详细资料
-
Uint128SimpledCoder
protected Uint128SimpledCoder()
-
Uint128SimpledCoder
public Uint128SimpledCoder(SimpledCoder<R,W,byte[]> bSimpledCoder)
-
-
方法详细资料
-
convertTo
public void convertTo(W out, Uint128 value)
从接口复制的说明:Encodeable
序列化操作
-
convertFrom
public Uint128 convertFrom(R in)
从接口复制的说明:Decodeable
反序列化操作- 指定者:
convertFrom
在接口中Decodeable<R extends Reader,W extends Writer>
- 指定者:
convertFrom
在类中SimpledCoder<R extends Reader,W extends Writer,Uint128>
- 参数:
in
- R- 返回:
- T
-
-