Recently, PR #153 was opened, showing the desire for json/yaml serialization of parameterized objects.
My reading of #153's serialization:
- does not appear to include information about the class (when you deserialize, I think you have to pass in the class)
- does not include non-parameter attributes
- does not provide a way to control serialization
- assumes you only want to write to a file
I think 1, 3, and 4 are necessary to address.
Recently, PR #153 was opened, showing the desire for json/yaml serialization of parameterized objects.
My reading of #153's serialization:
I think 1, 3, and 4 are necessary to address.