[protobuf] How to transfer data using protocol Buffers in c++?

2015-07-06 Thread Aravinth Veeramuthu
Hello all, Help me to transfer data using protocol Buffers in c++? I have to pass my data from one language to another language program(ex: c++ to golang) using Protocol Buffer. Thanks, Aravinth V -- You received this message because you are subscribed to the Google Groups Protocol Buffers

[protobuf] How to transfer data from client to server using Protocol Buffer(windows)?

2015-07-06 Thread Aravinth Veeramuthu
Hello geeks, How to transfer data from client to server using Protocol Buffer(windows)? Thanks, Aravinth -- 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] How to de-serialize the protocol message(char array)in c++?

2015-07-06 Thread Aravinth Veeramuthu
Hi All, I sent my serialized protocol message(through buffer) from go program to c++ program .In C program i received the proto message as a char array(buffer).How can i de serialize the protocol message from the go program ? Thanks, Aravinth V -- You received this message because you are

[protobuf] Protocol buffer Php implementation pblm

2015-07-07 Thread Aravinth Veeramuthu
Hi all, I m new to php-protobuf concept. When i run my php code i got the following error in my page? *Fatal error*: Class 'msg\Person' not found in *C:\xampp\htdocs\mypro\example.php* on line *6* *Help me!* *thanks,* *Aravinth v* -- You received this message because you are subscribed to

[protobuf] Re: XML to Protocol Buffers converter

2015-07-16 Thread Aravinth Veeramuthu
How to convert the XML data into the Protocol buffer format in c++??? -- 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.