Re: [protobuf] Number of Bits Written to Memory

2011-02-22 Thread Kenton Varda
Protobufs provide their own encoding. You can't control exactly how the bytes are written, unless you write your own encoder, which would defeat the purpose. On Thu, Feb 3, 2011 at 8:58 AM, Tanya wrote: > Hi, we are looking at replacing a XML/JAXB project with something > similar to protocol bu

Re: [protobuf] Number of Bits Written to Memory

2011-02-04 Thread Brian Palmer
On Thu, Feb 3, 2011 at 8:58 AM, Tanya wrote: > Basically, we need some way of specifying how the bytes are encoded/ > written to memory, and we need to specify the number of bits written > each time. Is this possible to do in protocol buffers? And if so, how > would it be accomplished? > Hi, Tan

[protobuf] Number of Bits Written to Memory

2011-02-03 Thread Tanya
Hi, we are looking at replacing a XML/JAXB project with something similar to protocol buffers, especially since it's multi-platform, but there are a couple of concerns we have seen that would prevent us from switching. I'd like to verify that what we think is actually true before passing on what se