[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2017-01-10 Thread Julian Jarecki
*Attention:* There is an error in the implementation of read_message_delimited! if message + header are less than 4 bytes, the stream will swallow the rest. this is why instead of reading all 4 bytes at once the java implementation will only read the first byte, and then check if more is needed

[protobuf] Re: Proto3 C# JSON parser throws error for wellknown types

2017-01-10 Thread Ajay Bhandari
Thanks Jon. I have replied on the issue. On Tuesday, January 10, 2017 at 7:21:46 PM UTC+5:30, Jon Skeet wrote: > > Okay, I've tried it with your message - and it deserializes that JSON just > fine for me. I've updated the issue - could you look there and reply to the > questions? > (It would

[protobuf] Re: Proto3 C# JSON parser throws error for wellknown types

2017-01-10 Thread Jon Skeet
Okay, I've tried it with your message - and it deserializes that JSON just fine for me. I've updated the issue - could you look there and reply to the questions? (It would be better to keep it on github than on the mailing list.) Jon On Tuesday, 10 January 2017 08:03:48 UTC-5, Jon Skeet

[protobuf] Re: Proto3 C# JSON parser throws error for wellknown types

2017-01-10 Thread Jon Skeet
Thanks for reporting this - I've copied it into a github issue: https://github.com/google/protobuf/issues/2574 I'll look into it as soon as I can. (Although I'm at a conference this week, making it slightly tricky.) I thought I had tests for all of the well-known types, so it's certainly

[protobuf] In Places of Files for storage any other storages like Messaging Queues ?

2017-01-10 Thread praveen kumar
Hi Team, In place of Files for storage the data in files is mandotary to use only files or else we can use any other messaging Queues like ActiveMQ,RabbitMQ...etc... . I need clarity among that please suggest a solution to this Question.

[protobuf] Proto3 C# JSON parser throws error for wellknown types

2017-01-10 Thread Ajay Bhandari
Hi, I have simple proto definition like below and through the protoc compiler I am able to use the generated C# message class to covert object to byte array, de-serialize the object from byte array using the message parser etc. When I try to use the JSON Formatter & parser, I am able to