Changes between Version 74 and Version 75 of pyson


Ignore:
Timestamp:
09/12/23 14:10:15 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v74 v75  
    332332However 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).
    333333
    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].
     334From 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].
    335335
    336336But even then polymorphic classes can not be deserialized, because the serialized form just does not contain the information required to do this.