[protobuf] Deserializing Corrupted data

2014-06-23 Thread ajay . sonawane
Hello, I want to know how does protocol buffers handles corrupted data while de-serializing stream. Is there any way to know if data has been corrupted. Does protocol buffer provides any inbuilt mechanism for data integrity check? Thanks, -- You received this message because you are

Re: [protobuf] Deserializing Corrupted data

2014-06-23 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Jun 23, 2014 at 4:17 AM, ajay.sonaw...@gmail.com wrote: Hello, I want to know how does protocol buffers handles corrupted data while de-serializing stream. Is there any way to know if data has been corrupted. The parsing code only checks whether the data conforms to protobuf wire