[protobuf] Extensions attr not showing up when on ListFields(), after assigning to them successfully.

2013-12-16 Thread Aditya Sakhuja
hi, When I serialize a message using SerializeToString(), the extended attributes apparently do not get serialized, since they do not show up when I parseFromString() it back. Only the top level message's attr are persisted. Am i missing something ? I am working with a python client here.. --

[protobuf] Re: Extensions attr not showing up when on ListFields(), after assigning to them successfully.

2013-12-16 Thread Aditya Sakhuja
This is how the messages are structured. message event { required string appname = 1; optional int32 completion_status = 2; optional int32 page_number = 3; optional int32 results_count = 4; optional float duration = 5; optional string exception = 6; optional string label = 7;

[protobuf] Issue 584 in protobuf: Add option for jsr305 annotations in Java generated code

2013-12-16 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 584 by bsa...@gmail.com: Add option for jsr305 annotations in Java generated code http://code.google.com/p/protobuf/issues/detail?id=584 I would be very helpful if there was an option to add jsr305 nonnull/nullabale