Custom Serialization of Certain Field for Dataclasses JSON in Python

Quick and easy conversion of objects to JSON and vice versa in Python using the Dataclasses JSON library and custom converters for individual attributes.

Mařík Marek
Python in Plain English
2 min readDec 15, 2021

--

Photo by Joshua Aragon on Unsplash

In this short post, I want to show you, how you can use custom serialization to convert an…

--

--