Changes between Version 8 and Version 9 of pyson


Ignore:
Timestamp:
04/21/21 22:04:04 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v8 v9  
    1414    install_requires=[ "packson3@https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/138/packson3/dist/packson3-1.0.0.tar.gz"],
    1515}}}
     16
     17NOTICE you may want to use the latest version. Check [source:https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/browser/packson3/dist] for the latest.
    1618
    1719The basic version determines the types for (de)serialization from the __init__ function in the involved classes. Polymorphism is supported, so derived classes can (de)serialized from a superclass.