mashumaro icon indicating copy to clipboard operation
mashumaro copied to clipboard

Fast and well tested serialization library

Results 16 mashumaro issues
Sort by recently updated
recently updated
newest added

* mashumaro version: 3.12 * Python version: 3.11.7 * Operating System: Debian 12 (Bookworm) ### Description **Issue Summary:** When serializing and deserializing a hierarchy of dataclasses involving abstract classes using...

enhancement

Hi, This mostly implements https://github.com/Fatal1ty/mashumaro/issues/136 (see below) Caveats: * The codecs code is pretty dense, I've tried to understand it without the comments, but do not feel confident enough to...

**Is your feature request related to a problem? Please describe.** I would like my dataclasses to be as concise and readable as possible. This makes them easier to maintain, especially...

enhancement

* mashumaro version: 3.13 * Python version: 3.12.3 * Operating System: Windows 11 ### Description When using mixins to serialize data classes to JSON, standard library `json` and `orjson` give...

bug