Open GoogleCodeExporter opened 9 years ago
Original comment by xiaof...@google.com
on 18 Mar 2013 at 4:47
Obviously in the patch I meant the exception text to read "not to be
serialized" instead of the nonsensical "not to serialized".
Original comment by fiz...@gmail.com
on 21 Mar 2013 at 5:58
Alongside serialization...
The internal usage of RopeByteString (and RopeInputStream) is particularly
interesting. It would be very handy if ByteString exposed a public method for
chunking a ByteString into several smaller chunks. Something along the lines of:
public static List<ByteString> chunk(ByteString s, int maxChunkSize);
Original comment by vi...@umich.edu
on 15 Jan 2014 at 11:05
Hi fizbin,
Thanks for providing the patch.
Can you submit the patch to our new github site:
https://github.com/google/protobuf/pulls
and sign this Google CLA?
https://developers.google.com/open-source/cla/individual?csw=1
Original comment by xiaof...@google.com
on 8 Oct 2014 at 1:06
Original issue reported on code.google.com by
fiz...@gmail.com
on 18 Mar 2013 at 2:34Attachments: