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