pickle --- Python オブジェクトの直列化
ソースコード: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure."Pickling" is the process whereby a Python object hierarch...