On Thu, Feb 3, 2011 at 8:58 AM, Tanya <[email protected]> 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, Tanya. I'm not a protocol buffer expert at all, and you know your problem domain best, of course, but are you sure that you've fully identified your needs? You can use protocol buffers as data storage where you access fields, and you can use them to efficiently transmit data across the wire, but protobufs don't seem well suited to this sort of micromanaged control that you're talking about. -- 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.
