> See the techniques section on Union Types: > > http://code.google.com/apis/protocolbuffers/docs/techniques.html#union
I read the link you pointed to me, and it appears that Union Types are not generic enough to suit my needs. Self Describing Messages seems more like what I need, but they appears to be to heavy to use; I just need something that takes a buffer (char[] which contains bytes of the message) as an input and return the message type. Is there something similar or am I trying to use protoccol buffers the wrong way? -- 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.
