Hi All, How to deserialize the data from the go program in c++?
I have two programs,one is go another one is c++ program. Both the program i use same .proto file. In go program i set the values to the fields of proto file.and serialize the data then sent to c++ program. In c++ program i have to get the values of protocol buffer fields,so i need to deserialize the data[char array] from go. Help me. Thanks, Aravinth V -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
