How do you parse a message from a byte-steam which contains
extensions? In Java, I can do
ExtensionRegistry registry = ...
registry.add(...);
Foo.parseFrom(buf, registry)
but I can't find any reference on how to do this in C++.
--
/Jesper
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---