Comment #1 on issue 314 by [email protected]: need to give a tag for all
repeated booleans?
http://code.google.com/p/protobuf/issues/detail?id=314
What language? In C++ at least there is a "short repeated format" available
for short repeated primitives, e.g>:
preserve: { node: [ 0, 0, 0, 1, 1, 1, ... ] }
I think there was some change to support parsing this format in Java, but I
don't think it has hit the open source release yet.
--
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.