Changes between Version 38 and Version 39 of pyson


Ignore:
Timestamp:
05/31/21 15:10:56 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v38 v39  
    77install:
    88{{{
    9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/163/pyson/dist/pyson-1.0.0.tar.gz
     9pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/176/pyson/dist/pyson-1.0.0.tar.gz
    1010}}}
    1111
    1212or from your setup.py
    1313{{{
    14     install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/163/pyson/dist/pyson-1.0.0.tar.gz"],
     14    install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/176/pyson/dist/pyson-1.0.0.tar.gz"],
    1515}}}
    1616
     
    3939 * the parameter names and param-classes from the {{{__init__}}} function of the actual class are taken
    4040 * for each of the parameters, recursively deserialize the json value for that parameter, using the param-class as targetclass.
    41  * call the constructor of the target class, using the parsed json for each parameter
     41 * 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.
    4242
    4343=== Serialization