以bytes的方式序列化,和json的用法基本相同
优点;能识别python中的所有类型
缺点:不能跨平台运行
pickle模块
原文:https://www.cnblogs.com/yuguangwei/p/8302032.html