MediaMath / t1-python

Python SDK for MediaMath Platform APIs
https://developer.mediamath.com/
Apache License 2.0
18 stars 30 forks source link

Enable pickling #13

Closed pswaminathan closed 7 years ago

pswaminathan commented 9 years ago

Add __getstate__ and __setstate__ methods to Entity to enable pickling.

Unanswered questions:

FodT commented 7 years ago

@pswaminathan do you have anything to share on this one?

pswaminathan commented 7 years ago

I go back and forth on whether or not I think it's useful. If it is useful, it wouldn't be too difficult to do, but I haven't seen anyone ask for it, nor have I found a concrete place I thought it would be worthwhile. I suppose that's enough of an answer and we should just close this out.