Learn how to serialize python objects.

Object Serialization in Python.

Part 1 - Object of type X is not JSON serializable

In this video, you learn how to serialize python objects. You learn how to solve the well known serialization error and how to serialize subsets of attributes.

Part 2 - Deserialize JSON to objects

In this video you learn how to load JSON and deserialize it to create objects.

Part 3 - Generic object serializer

In this video you learn how to take a typed serializer and make it generic with the help of Type Parameter Syntax, available from Python Version 3.

Written by Loek van den Ouweland on 2023-10-23.
Questions regarding this artice? You can send them to the address below.