Kenton Varda <kenton <at> google.com> writes: > > > On Tue, Jul 20, 2010 at 1:21 PM, Mark <ftdata <at> yahoo.com> wrote: > > > > Hi, > > Using the latest release of PB, I am able to generate the FileDescriptorSet > using protoc. my intent is to be able to parse incoming messages using the > DynamicMessage class. my understanding is that from the FileDescriptorSet, I > can generate FileDescriptorProto, from which I get FileDescriptor, which I use > with dynamic message. Is that right? Also, do you have any sample code that > shows how to do this? > > > Yes, that's correct. What part isn't working? > > > >
ken, i wanted to hear it from you that it is correct, as i am looking to convince others that it's possible. i was looking for some sample code that does the above, in case it exists. if not, i have already started coding it in Java. thanks again. -- 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.
