Sunday, 15 January 2012

Corrupted data and protocol-buffers -



Corrupted data and protocol-buffers -

i want know how protocol buffers handles corrupted info while parsing stream. there way know if info has been corrupted.

does protocol buffer provides inbuilt mechanism info integrity check?

thanks,

none whatsoever. while changes might detected causing parse failures, lot of other changes not flagged @ all. if concerned integrity, add together separate mechanism outside of serialization layer - presumably checksum / hash.

protocol-buffers

No comments:

Post a Comment