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 Protocol Buffers, I am facing a similar scenario where there is n
levels of containment (with possible recursion). The issue is that
when i try to write & read back an object at the highest level -
nothing gets serialized. Does this need to be done manually?

Regards,
Sumith.

--

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


Reply via email to