package Canary.protobuf.kv

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ArrayType

kv.proto:19

Define a message to represent an array of ValueWrapper objects

Used in: ValueWrapper

message KeyValuePair

kv.proto:24

Define a message to represent a key-value pair in a map

Used in: MapType

message MapType

kv.proto:30

Define a message to represent a map of string to ValueWrapper objects

Used in: ValueWrapper

message ValueWrapper

kv.proto:6

Define a message for the ValueWrapper type

Used in: ArrayType, KeyValuePair