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