fokenrute wrote:
Somewhere in my app, I receive messages which can be of different types and I'm searching for a mean to dynamically determine the type of these messages (which are stored in a buffer). I read something about the reflexion interface, but I don't konw how to use it to do what i want.
See the techniques section on Union Types: http://code.google.com/apis/protocolbuffers/docs/techniques.html#union Hope this helps, Evan -- Evan Jones http://evanjones.ca/ -- 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.
