[protobuf] Re: Issue 478 in protobuf: 2.5.0 not available in Maven central

2013-04-20 Thread protobuf
Comment #4 on issue 478 by pradeepk...@gmail.com: 2.5.0 not available in Maven central http://code.google.com/p/protobuf/issues/detail?id=478 Thank you very much... -- You received this message because this project is configured to send all issue notifications to this address. You may adj

[protobuf] Issue 505 in protobuf: Generate proto file to a simple class and a Helper class

2013-04-20 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 505 by leorend...@gmail.com: Generate proto file to a simple class and a Helper class http://code.google.com/p/protobuf/issues/detail?id=505 What steps will reproduce the problem? 1. Writes a simple proto file

[protobuf] how to calculate protocol buffer message size without parsing the full message?

2013-04-20 Thread Sean Nguyen
Hi, I want to calculate the protocol buffer message size without reading the stream to the end? I don't see the size of the outer most message is stored. For example: message Person { optional string name = 1; optional uint32 age = 2; } There is no size store for the Person message if