- java.lang.Object
-
- org.redkale.convert.SimpledCoder<ProtobufReader,ProtobufWriter,Long[]>
-
- org.redkale.convert.pb.ProtobufCoders.ProtobufLongArraySimpledCoder2
-
- 所有已实现的接口:
Decodeable<ProtobufReader,Long[]>
,Encodeable<ProtobufWriter,Long[]>
,ProtobufEncodeable<ProtobufWriter,Long[]>
- 封闭类:
- ProtobufCoders
public static class ProtobufCoders.ProtobufLongArraySimpledCoder2 extends SimpledCoder<ProtobufReader,ProtobufWriter,Long[]> implements ProtobufEncodeable<ProtobufWriter,Long[]>
-
-
字段概要
字段 修饰符和类型 字段 说明 static ProtobufCoders.ProtobufLongArraySimpledCoder2
instance
-
从类继承的字段 org.redkale.convert.SimpledCoder
type
-
-
构造器概要
构造器 构造器 说明 ProtobufLongArraySimpledCoder2()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
computeSize(ProtobufWriter out, int tagSize, Long[] value)
Long[]
convertFrom(ProtobufReader in)
反序列化操作void
convertTo(ProtobufWriter out, Long[] values)
序列化操作-
从类继承的方法 org.redkale.convert.SimpledCoder
getType, toString
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.redkale.convert.Encodeable
getType, specifyable
-
从接口继承的方法 org.redkale.convert.pb.ProtobufEncodeable
convertTo
-
-
-
-
字段详细资料
-
instance
public static final ProtobufCoders.ProtobufLongArraySimpledCoder2 instance
-
-
方法详细资料
-
convertTo
public void convertTo(ProtobufWriter out, Long[] values)
从接口复制的说明:Encodeable
序列化操作- 指定者:
convertTo
在接口中Encodeable<ProtobufWriter,Long[]>
- 指定者:
convertTo
在类中SimpledCoder<ProtobufReader,ProtobufWriter,Long[]>
- 参数:
out
- Writervalues
- 对象
-
convertFrom
public Long[] convertFrom(ProtobufReader in)
从接口复制的说明:Decodeable
反序列化操作- 指定者:
convertFrom
在接口中Decodeable<ProtobufReader,Long[]>
- 指定者:
convertFrom
在类中SimpledCoder<ProtobufReader,ProtobufWriter,Long[]>
- 参数:
in
- R- 返回:
- T
-
computeSize
public int computeSize(ProtobufWriter out, int tagSize, Long[] value)
- 指定者:
computeSize
在接口中ProtobufEncodeable<ProtobufWriter,Long[]>
-
-