- 类型参数:
T
- 基本类型泛型
- 所有超级接口:
Decodeable<ProtobufReader,T>
, Encodeable<ProtobufWriter,T>
- 所有已知实现类:
ProtobufCoders.ProtobufAtomicBooleanSimpledCoder
, ProtobufCoders.ProtobufAtomicIntegerSimpledCoder
, ProtobufCoders.ProtobufAtomicLongSimpledCoder
, ProtobufCoders.ProtobufBoolSimpledCoder
, ProtobufCoders.ProtobufByteSimpledCoder
, ProtobufCoders.ProtobufCharSimpledCoder
, ProtobufCoders.ProtobufDateSimpledCoder
, ProtobufCoders.ProtobufDoubleSimpledCoder
, ProtobufCoders.ProtobufDurationSimpledCoder
, ProtobufCoders.ProtobufFloatSimpledCoder
, ProtobufCoders.ProtobufInstantSimpledCoder
, ProtobufCoders.ProtobufIntSimpledCoder
, ProtobufCoders.ProtobufLocalDateSimpledCoder
, ProtobufCoders.ProtobufLocalTimeSimpledCoder
, ProtobufCoders.ProtobufLongAdderSimpledCoder
, ProtobufCoders.ProtobufLongSimpledCoder
, ProtobufCoders.ProtobufNumberSimpledCoder
, ProtobufCoders.ProtobufShortSimpledCoder
public interface ProtobufPrimitivable<T>
extends Decodeable<ProtobufReader,T>, Encodeable<ProtobufWriter,T>
只能用于基本类型, 不能用于如String的其他类型
- 作者:
- zhangjx