Contribute Media
A thank you to everyone who makes this possible: Read More

Serialization: More than pickling

Description

Have you ever needed to persist an object or instance? You probably researched serialization (converting an object to a byte-stream). The default for python is pickle, but there are other serialization options. In this talk, we'll explore some of those other options as well as their efficiency and security considerations.

Details

Improve this page