- java.lang.Object
-
- swim.protobuf.schema.ProtobufType<T>
-
- swim.protobuf.schema.ProtobufComplexType<T>
-
- swim.protobuf.schema.ProtobufDataType<T>
-
public abstract class ProtobufDataType<T> extends ProtobufComplexType<T>
-
-
Constructor Summary
Constructors Constructor Description ProtobufDataType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Decoder<T>
decodeData(InputBuffer input)
ProtobufWireType
wireType()
-
-
-
Method Detail
-
wireType
public final ProtobufWireType wireType()
- Specified by:
wireType
in classProtobufType<T>
-
decodeData
public abstract Decoder<T> decodeData(InputBuffer input)
-
-