Changes between Version 74 and Version 75 of pyson
- Timestamp:
- 09/12/23 14:10:15 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v74 v75 332 332 However it does not support polymorphism, it does not include the information needed to properly support polymorphism, and it does not offer the reverse method (e.g. from-dict). 333 333 334 From from-dict functionality, you need to use a third party library, like [https://github.com/Cologler/dataclasses_fromdict-python dataclasses_fromdict], [ https://github.com/konradhalas/dacite dacite] or [https://github.com/Fatal1ty/mashumaro mashumaro].334 From from-dict functionality, you need to use a third party library, like [https://github.com/Cologler/dataclasses_fromdict-python dataclasses_fromdict], [https://github.com/konradhalas/dacite dacite] or [https://github.com/Fatal1ty/mashumaro mashumaro]. 335 335 336 336 But even then polymorphic classes can not be deserialized, because the serialized form just does not contain the information required to do this.