mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Implement a more future-proof way of serialising complex objects #17

Closed robacarp closed 6 years ago

robacarp commented 6 years ago

There are several ORMs for crystal, and many other types of objects for which serialization should be easier to implement.

robacarp commented 6 years ago

Fixed by #19