Re: [protobuf] RPC Methods

2011-03-04 Thread Jason Hsueh
http://code.google.com/apis/protocolbuffers/docs/proto.html#services describes how to define services. However, protobuf does not provide an RPC implementation. You may set the file option {lang}_generic_services = true to have the protocol compiler generate a stub that can be used to integrate wit

[protobuf] RPC Methods

2011-03-04 Thread Joshua Partogi
Hi there, Is it possible to define RPC methods in protobuf? From what I am reading it seems that protobuf is only limited to data structured data serializer. Is there any documentation I read about RPC methods in protobuf if any is available? Thank you for the assistance. Kind regards, Joshua.