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
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
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