Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sending map values (dictionary)

This sample shows how to define Protocol Buffers format to support sending map values (dictionary).

The key must not repeat and can be string or scalar types except floating points and bytes. The value can be anything except another map. More details can be found at this Protocol Buffers documentation.

close