Notes
Here are some notes and some warnings.
Serializing class and functions
- Keep in mind, deserialized functions and classes are not equal to the original ones.
- Deserialized class and functions are not serializable!
- if you want to serialize a class, define class vars inside __init__. just class functions are included in serialization.