Changes between Version 23 and Version 24 of pyson
- Timestamp:
- 05/14/21 12:19:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v23 v24 3 3 Pyson converts between dicts/lists and python3 objects. 4 4 It uses some annotations inspired by jackson. 5 6 NOTE: there exists another other python library named "pyson", which is an entirely different project.7 5 8 6 … … 18 16 19 17 NOTICE you may want to use the latest version. Check [source:/packson3/dist] for the latest. 18 19 WARNING: there exists another other python library named "pyson", which is an entirely different project. 20 20 21 21 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.