-
- 类型参数:
W- Writer输出的子类T- 序列化的数据类型
- 所有超级接口:
Encodeable<W,T>
- 所有已知实现类:
ProtobufArrayEncoder,ProtobufCoders.ProtobufAtomicBooleanSimpledCoder,ProtobufCoders.ProtobufAtomicIntegerSimpledCoder,ProtobufCoders.ProtobufAtomicLongSimpledCoder,ProtobufCoders.ProtobufBigDecimalSimpledCoder,ProtobufCoders.ProtobufBigIntegerSimpledCoder,ProtobufCoders.ProtobufBoolArraySimpledCoder,ProtobufCoders.ProtobufBoolArraySimpledCoder2,ProtobufCoders.ProtobufBoolCollectionSimpledCoder,ProtobufCoders.ProtobufBoolSimpledCoder,ProtobufCoders.ProtobufByteArraySimpledCoder,ProtobufCoders.ProtobufByteArraySimpledCoder2,ProtobufCoders.ProtobufByteCollectionSimpledCoder,ProtobufCoders.ProtobufByteSimpledCoder,ProtobufCoders.ProtobufCharArraySimpledCoder,ProtobufCoders.ProtobufCharArraySimpledCoder2,ProtobufCoders.ProtobufCharCollectionSimpledCoder,ProtobufCoders.ProtobufCharSequenceSimpledCoder,ProtobufCoders.ProtobufCharSimpledCoder,ProtobufCoders.ProtobufDateSimpledCoder,ProtobufCoders.ProtobufDoubleArraySimpledCoder,ProtobufCoders.ProtobufDoubleArraySimpledCoder2,ProtobufCoders.ProtobufDoubleCollectionSimpledCoder,ProtobufCoders.ProtobufDoubleSimpledCoder,ProtobufCoders.ProtobufDurationSimpledCoder,ProtobufCoders.ProtobufFloatArraySimpledCoder,ProtobufCoders.ProtobufFloatArraySimpledCoder2,ProtobufCoders.ProtobufFloatCollectionSimpledCoder,ProtobufCoders.ProtobufFloatSimpledCoder,ProtobufCoders.ProtobufInetAddressSimpledCoder,ProtobufCoders.ProtobufInetSocketAddressSimpledCoder,ProtobufCoders.ProtobufInstantSimpledCoder,ProtobufCoders.ProtobufIntArraySimpledCoder,ProtobufCoders.ProtobufIntArraySimpledCoder2,ProtobufCoders.ProtobufIntCollectionSimpledCoder,ProtobufCoders.ProtobufIntSimpledCoder,ProtobufCoders.ProtobufLocalDateSimpledCoder,ProtobufCoders.ProtobufLocalDateTimeSimpledCoder,ProtobufCoders.ProtobufLocalTimeSimpledCoder,ProtobufCoders.ProtobufLongAdderSimpledCoder,ProtobufCoders.ProtobufLongArraySimpledCoder,ProtobufCoders.ProtobufLongArraySimpledCoder2,ProtobufCoders.ProtobufLongCollectionSimpledCoder,ProtobufCoders.ProtobufLongSimpledCoder,ProtobufCoders.ProtobufNumberSimpledCoder,ProtobufCoders.ProtobufShortArraySimpledCoder,ProtobufCoders.ProtobufShortArraySimpledCoder2,ProtobufCoders.ProtobufShortCollectionSimpledCoder,ProtobufCoders.ProtobufShortSimpledCoder,ProtobufCoders.ProtobufStringBuilderSimpledCoder,ProtobufCoders.ProtobufStringSimpledCoder,ProtobufCoders.ProtobufStringWrapperSimpledCoder,ProtobufCoders.ProtobufUint128SimpledCoder,ProtobufCollectionEncoder,ProtobufDynEncoder,ProtobufEnumSimpledCoder,ProtobufMapEncoder,ProtobufObjectEncoder,ProtobufStreamEncoder
public interface ProtobufEncodeable<W extends Writer,T> extends Encodeable<W,T>
带tag的反序列化操作类详情见: https://redkale.org
- 作者:
- zhangjx
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 intcomputeSize(ProtobufWriter out, int tagSize, T value)default voidconvertTo(W out, EnMember member, T value)-
从接口继承的方法 org.redkale.convert.Encodeable
convertTo, getType, specifyable
-
-
-
-
方法详细资料
-
computeSize
int computeSize(ProtobufWriter out, int tagSize, T value)
-
-