Updates:
Status: WontFix
Owner: [email protected]
Comment #1 on issue 222 by [email protected]: Not having the keyword
extends in .proto is very problematic to modelize inheritance between
2 messages
http://code.google.com/p/protobuf/issues/detail?id=222
There is an extends keyword - it just has a different meaning. Extensions
solve similar problems to inheritance. See
http://code.google.com/apis/protocolbuffers/docs/proto.html#extensions
This has come up frequently on the list before:
http://code.google.com/p/protobuf/issues/detail?id=204
http://groups.google.com/group/protobuf/search?group=protobuf&q=message+inheritance&qt_g=Search+this+group
In most cases, composition and/or extensions can be used instead. If you'd
like to add more to the discussion, please start a thread on the mailing
list, rather than filing a bug.
--
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.