Add support for pickling objects in Mellea so that they can be easily saved and reloaded. We should think about what this means for different classes. This issue may need to be converted into an epic for individual categories of objects.
Potential pickle targets:
- Contexts (Pickling these are likely limited mostly by the things in them)
- ModelOutputThunks and ComputedModelOutputThunks (These will likely need to lose specific fields in their _gen field)
- Components
- Backends (likely not needed)
Add support for pickling objects in Mellea so that they can be easily saved and reloaded. We should think about what this means for different classes. This issue may need to be converted into an epic for individual categories of objects.
Potential pickle targets: