Changes between Version 23 and Version 24 of pyson


Ignore:
Timestamp:
05/14/21 12:19:41 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v23 v24  
    33Pyson converts between dicts/lists and python3 objects.
    44It uses some annotations inspired by jackson.
    5 
    6 NOTE: there exists another other python library named "pyson", which is an entirely different project.
    75
    86
     
    1816
    1917NOTICE you may want to use the latest version. Check [source:/packson3/dist] for the latest.
     18
     19WARNING: there exists another other python library named "pyson", which is an entirely different project.
    2020
    2121The 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.