CERT-Polska / karton

Distributed malware processing framework based on Python, Redis and S3.
https://karton-core.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
381 stars 45 forks source link

Make it possible to convert task to dict #209

Closed kazet closed 1 year ago

kazet commented 1 year ago

Currently, it is possible to serialize() a task to string. A method such as to_dict() would be handy to serialize a task to dict.