do the protocol buffer support java generics? if support, how can I
define the .proto file ?
thanks!
Not sure what you mean here. Lists for instance you pass to the
builder or get from a proto buff object have the type of the content
as generic parameter.
There are no 'template parameters' for proto buffer message
definitions in .proto files if you mean that.
Can you expand a bit what you would like to do ?
-h
--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To post to this group, send email to prot...@googlegroups.com.
To unsubscribe from this group, send email to protobuf+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
thank you very much!2010-03-20
sunxing
发件人: Kenton Varda发送时间: 2010-03-20 02:56:04收件人: kso抄送: Protocol Buffers; 孙星主题: Re: [protobuf] do the protocol buffer support java generics?