If size is what matter the most, I'd look for j2me implementations. Check http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
On Sat, Feb 5, 2011 at 3:23 AM, Pherl Liu <[email protected]> wrote: > The protobuf in android source code is a branched protobuf for google > voice, which is not intended for public use, and may change in the future. > Generally, you should use the opensource version of protobuf in your app, > set the "option optimize_for = "LITE_RUNTIME";" in your proto file and use > the protobuf-lite library. > > > On Thu, Feb 3, 2011 at 3:52 PM, pprados <[email protected]> wrote: > >> Hello, >> >> With Android source code, we can find a specific version of Protobuf. >> The version 2.4 is it compatible with Android ? >> What is the best approch to use a lite and optimized version, >> parameter, options of Protobuf with Android ? >> >> Regards >> >> Philippe >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Protocol Buffers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<protobuf%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/protobuf?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<protobuf%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
