Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

Pickle Message #221

Closed swathipil closed 3 years ago

swathipil commented 3 years ago

Add __setstate__ and __getstate__ methods to Message so that messages on EventData can be serialized. All public properties must be serialized. This is the first step to be taken for the following issue: https://github.com/Azure/azure-sdk-for-python/issues/15772.