Comment #3 on issue 257 by jayaraga...@gmail.com: Java Protocol buffer payload more than that of regular payload when using repeated tag
http://code.google.com/p/protobuf/issues/detail?id=257

I have a .proto file which has 53 tags reflecting db columns. Most of them are strings with the exception of 4 ints and 1 float. Let us call it a Trade message. The 'TradeList' message has repeated tag for Trade. From the db results, I created a serialized object to check serialized payload and also create proto message. That is how I compared

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to