Comment #5 on issue 120 by [email protected]: Request to allow
extending CodedInputStream and CodeOutputStream
http://code.google.com/p/protobuf/issues/detail?id=120
Here's my patch that applies against 2.4.1 and trunk. It makes
CodedInputStream and CodedOutputStream into abstract classes and makes
private implementations of those classes. It should be completely
API-equivalent.
Of course doing this makes it clear that having the serialized size methods
as static methods is unfortunate, but that is a much bigger change.
Attachments:
my.patch 101 KB
--
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.