[protobuf] Maps in protobuf / 2

2011-06-16 Thread Marco Mistroni
HI all sorry i hijacked a previous thread .. Is it possibel to define Maps in protobuff? i have some serverside code which returns a Map, and i was wondering if there was a way in protobuf to define a Map could anyone help ? w/kindest regards marco -- You received this message because you ar

[protobuf] Maps in protobuf

2011-06-16 Thread Marco Mistroni
HI all On Sun, Jun 12, 2011 at 11:58 PM, Kavi wrote: > I have this simple .proto file: > > package test; > > message Person { >required string name = 1; >required int32 age = 2; > } > > I have this test file to write contents: > > #include > #include > #include > #include "te