「Python」 marshal:Python 内部对象序列化
最原始的序列化工具;主要是为了支持 python 的 .pyc 文件;
Python 3.5.6 官方文档:https://docs.python.org/3.5/library/marshal.html
API
一、 Hello World
附录
A API
B 示例
1. hellow world
C 参考资料
- Doug Hellmann 著, 苏金国, et al 译. Python3 标准库[M]. 北京:机械工业出版社, 2018.
Comments