Changes between Version 2 and Version 3 of pyson
- Timestamp:
- 04/21/21 16:35:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v2 v3 4 4 It uses annotations in the style of jackson. 5 5 6 7 install: 8 {{{ 9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/135/packson/dist/packson-1.0.0.tar.gz 10 }}} 6 11 7 12 The 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.