Is there any way to serialize a dictionary using protocol buffers, or I'll have to use Thrift if I need that?
For future answer seekers, ProtoBuf now supports Maps natively:
message MapMessage { map<string, string> MyMap = 1; }
1.4m articles
1.4m replys
5 comments
57.0k users