Comment #10 on issue 256 by jhan...@gmail.com: Error Converting Message to array of Bytes (When negative Enum) - Java
http://code.google.com/p/protobuf/issues/detail?id=256

sorry, yeah, I'm getting this same exception but simply because the underlying CodedOutputStream default buffer size is not large enough.

We are using writeDelimitedTo() and not write(), and unfortunately, while write() accepts a CodedOutputStream, writeDelimitedTo() does not, so I'm unable to figure out how to alter its buffer size.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to