Actually, I finally figured it out. I was mistaken in assuming that the generated classes would have the functionality to serialize and deserialize themselves.
Jeff the Xoogler On Mon, May 2, 2016 at 1:03 PM, Feng Xiao <[email protected]> wrote: > +Josh > > On Sat, Apr 30, 2016 at 10:43 AM, Jeffrey Getzin <[email protected]> > wrote: > >> I've been banging my head against the wall trying to get my generated >> JavaScript code to work as described in this thread >> <https://groups.google.com/forum/#!topic/protobuf/v8nXb-aj0rg>. I've >> tried reading the documentation, but it's cryptic. >> >> Anyway, I have an ArrayBuffer containing a serialized protobuffer from my >> server. I want to turn it into one of the generated JavaScript objects. I >> can't find the correct method(s) to do that. >> >> Any help *very* much appreciated! >> >> Jeff the Xoogler >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Protocol Buffers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/protobuf. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
