Thrift Experts,

I have noticed that, at least in python, identical data objects can lead to serialized thrift messages that are not byte identical. This is inconvenient if you want to create an md5 hash of the message for verfication later.

Perhaps this results from map objects, which have no specified ordering.

Is there a way to cause identical messages to always get serialized the same way, so that they are byte identical?


John

Reply via email to