.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%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。