Re: [protobuf] Sending Protocol Buffers via REST

2010-07-07 Thread Kenton Varda
Yep, that's how it works. On Tue, Jul 6, 2010 at 8:17 AM, David wrote: > Hi, I am trying to implement protocol buffers for client/server using > REST. > I am still a bit confused if I need to send protocol buffers request > in byte format? > > I mean, in my client code, do I need to serialize ob

[protobuf] Sending Protocol Buffers via REST

2010-07-06 Thread David
Hi, I am trying to implement protocol buffers for client/server using REST. I am still a bit confused if I need to send protocol buffers request in byte format? I mean, in my client code, do I need to serialize object to byte array? For example: protoRequest.build.toByteArray() And in the serve