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