On Tue, Feb 9, 2010 at 8:32 PM, Kartik Iyer <iyerkart...@gmail.com> wrote:

> My requirement :
>
> I have a .NET client( Windows) and my server is a C++ server running
> on Unix (listening on a port).
>
> Wanted to understand if I can use protocol buffers to transport the
> requests from client to server by serializing and de-serializing the
> business objects (entities) across different OS layers.
>

Yes, that is exactly what protocol buffers do.


> Would be helpful and grateful if there is any sample code that would
> demonstrate this usage of protocol buffers.
>

http://code.google.com/apis/protocolbuffers/docs/tutorials.html


>
> Thanks and regards,
> Kartik
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to