.PICKLE 文件扩展名

Python Pickle File

开发者 Python
受欢迎程度
3.6  |  15 
 

什么是 PICKLE 文件?

A PICKLE file is a byte stream created by pickle, a Python module that can serialize objects to files on a disk. This process is known as "pickling." The objects a PICKLE file contains can be "unpickled" at runtime and loaded into program memory.

更多信息

Developers creating Python programs can use pickle to convert an object hierarchy into a byte stream. This process is known as serialization. Files created this way are saved as PICKLE or .P files.

Pickling objects allows developers to store and share them over a network more easily. At runtime, a Python program can use the pickle module to retrieve, deserialize, and use the objects a PICKLE file contains.

如何打开 PICKLE 文件

You can use Python pickle (multiplatform) to read the data serialized in a PICKLE file. For more detailed instructions, refer to pickle's documentation.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 PICKLE 文件的程序

Windows
Mac
Linux
分类: 开发者
更新时间: 2022-10-31

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Python Pickle 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们