Module: Protobuf::Message::EncodingType

Defined in:
lib/extensions/protobuf/message.rb

Overview

Enum type that defines the supported encodings

- Binary
- Hashmap
- Indexed
- Indexed

Constant Summary collapse

BINARY =
0,
HASHMAP = 1,
TAGMAP = 2,
INDEXED = 3