simplify-serde-objects-1deeec933f37edfc.yaml
1 --- 2 enhancements: 3 - | 4 Components no longer handle the (de-)serialization of init parameter objects explicitly if the objects define to_dict/from_dict themselves. 5 Instead, the components rely on the behavior implemented in default_to_dict/default_from_dict.