test below is failing..please please help
message Results {
extensions 100 to max
}
message Item1 {
extend Resultes {
repeated Item1 items = 100;
}
}
message Item2 {
extend Resultes {
repeated Item2 items = 100;
}
}
Results.getExtension(items) does not return anything when converted to
and from byte array.. Works fine otherwise
--
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.