[protobuf] Recursion in Protocol Buffers

2009-12-14 Thread Sumith Puri
Hi, I have an issue at the moment which i am facing in a real project. With Java Serialization, I know that at runtime, in case there is nested object containment, all objects which are 'Serializable' will be serialized. Whether the same can be achieved with protocol buffers is my query. In Proto

Re: [protobuf] Recursion in Protocol Buffers

2009-12-14 Thread Kenton Varda
I don't understand your question. Can you given an example? On Mon, Dec 14, 2009 at 11:47 AM, Sumith Puri wrote: > Hi, > > I have an issue at the moment which i am facing in a real project. > With Java Serialization, I know that at runtime, in case there is > nested object containment, all obje

[protobuf] Re: Captain Proto -- A Protobuf RPC system using capability-based security

2009-12-14 Thread Michael Slavitch
This is terrific. Thank you. On Dec 13, 6:18 am, Kenton Varda wrote: > Hi all, > > As I've mentioned a couple times in other threads, last weekend I wrote up a > simple RPC system based on Protocol Buffers which treats services as > capabilities, in the sense of capability-based security. > > h