Changes between Version 80 and Version 81 of pyson
- Timestamp:
- 07/18/24 14:46:50 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v80 v81 62 62 * the parameter names and param-classes from the {{{__init__}}} function of the actual class are taken 63 63 * for each of the parameters, recursively deserialize the json value for that parameter, using the param-class as targetclass. 64 * call the constructor of the target class, using the parsed json for each parameter. Missing parameters is allowed if the constructor has default values for that parameter.64 * call the constructor of the target class, using the parsed json for each parameter. Missing parameters is allowed, they are replaced with None, or ignored if the constructor has default values for that parameter. 65 65 66 66 === Serialization