Hello,

I try to serialize protobuf object using Objective C library (OS X).
C++, C# & Java add to generated objects builder class/methods that created 
correct messages with message prefix with message length etc.
I don't see such method in Objective C generated classes.
If I try to serialize protobuf message with GPBMessage writeToOutputStream: 
but I'm not sure is the method right.
I go through it's inner calls and can not see when message prefix is added.
So could you point me to proper method and some usage example if possible 
please.

Thanks in advance,
Igor

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to