Changes between Version 2 and Version 3 of pyson


Ignore:
Timestamp:
04/21/21 16:35:20 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v2 v3  
    44It uses annotations in the style of jackson.
    55
     6
     7install:
     8{{{
     9pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/135/packson/dist/packson-1.0.0.tar.gz
     10}}}
    611
    712The 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.