[protobuf] does android sdk include protobuf lib?

2010-10-28 Thread ZHOU Xiaobo
I want to use protobuf in an android project, but when I generated a jar for all protocols I used, I found that it's 300KB large. So does android have the plan to migrate protobuf? thx -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To p

[protobuf] Issue 231 in protobuf: python SerializePartialToString raises 'Required field missing' in case of nested required fields

2010-10-28 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 231 by krumpligyar: python SerializePartialToString raises 'Required field missing' in case of nested required fields http://code.google.com/p/protobuf/issues/detail?id=231 The following call stack should never

Re: [protobuf] Serialize message in C++, parse using Java

2010-10-28 Thread Jason Hsueh
On Wed, Oct 27, 2010 at 11:50 AM, Jun8 wrote: > I've Google for a day now and could not find full information on the > following problem. > > I want to serialize protobuf messages in C++, send them to a JMS > (using activemq-cpp API) and parse in my Java server. Based on what I > found in my sear

Re: [protobuf] New Ruby Protocol Buffers library

2010-10-28 Thread Jason Hsueh
Looks like Kenton didn't get around to this, so I added it to the wiki. On Wed, Oct 27, 2010 at 11:48 AM, Brian Palmer wrote: > I think just the github page for the project would be great. Thanks! > > http://github.com/mozy/ruby-protocol-buffers > > -- Brian > > On Oct 26, 2010, at 10:56 PM, Kent