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.
In this video you learn how to load JSON and deserialize it to create objects.
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.