Re: [protobuf] oneof encoding specification

2015-10-29 Thread cerealizer
Thanks for the reply! Could you please add this in the documentation? On Wednesday, October 28, 2015 at 8:57:09 PM UTC, Feng Xiao wrote: > > On Tue, Oct 27, 2015 at 5:02 AM, > wrote: > >> Hello, >> >> I would like to learn about how oneof's are encoded in binary and what >> the serialization

Re: [protobuf] oneof encoding specification

2015-10-28 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Oct 27, 2015 at 5:02 AM, wrote: > Hello, > > I would like to learn about how oneof's are encoded in binary and what the > serialization and deserialization cost maybe. To provide with some context, > I am experimenting with a streaming rpc service. To be specific it is a > client side str

[protobuf] oneof encoding specification

2015-10-28 Thread cerealizer
Hello, I would like to learn about how oneof's are encoded in binary and what the serialization and deserialization cost maybe. To provide with some context, I am experimenting with a streaming rpc service. To be specific it is a client side streaming, something akin to the grpc documentation: