Wire

Description

enum Tinman.Core.IO.Serialization.Wire

Enumeration of Protocol Buffers wire types.

See also

Record

Public / Constants

VARINT

public constant VARINT → (0:int32)

int32, int64, uint32, uint64, sint32, sint64, bool, enum

I64

public constant I64 → (1:int32)

fixed64, sfixed64, double

LEN

public constant LEN → (2:int32)

string, bytes, embedded messages, packed repeated fields

SGROUP

public constant SGROUP → (3:int32)

deprecated

EGROUP

public constant EGROUP → (4:int32)

deprecated

I32

public constant I32 → (5:int32)

fixed32, sfixed32, float