Enum WireFormat.WireType
Wire types within protobuf encoding.
Namespace: Google.Protobuf
Assembly: Google.Protobuf.dll
Syntax
public enum WireType : uint
Fields
| Name | Description |
|---|---|
| EndGroup | An "end group" value |
| Fixed32 | A fixed-length 32-bit value. |
| Fixed64 | A fixed-length 64-bit value. |
| LengthDelimited | A length-delimited value, i.e. a length followed by that many bytes of data. |
| StartGroup | A "start group" value |
| Varint | Variable-length integer. |