Add json/yaml serialization
Open
"param in more places"
component: "serialization"
status: discussion
type-feature
- Dominant language
- Python
- Stars
- 521
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 35
Description
Recently, PR #153 was opened, showing the desire for json/yaml serialization of parameterized objects.
My reading of #153's serialization:
1. does not appear to include information about the class (when you deserialize, I think you have to pass in the class)
2. does not include non-parameter attributes
3. does not provide a way to control serialization
4. assumes you only want to write to a file
I think 1, 3, and 4 are necessary to address.
Contributor guide
Assessment
This issue has not been assessed yet.