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; }
2.1m questions
2.1m answers
60 comments
57.0k users