松泉, 바라보기, 인생글, 좋은글, 취미생활

바라보기, 언어, 피클, PKL, pickle, python

Songcheon, 송천 2022. 12. 14. 07:07
반응형

바라보기, 언어, 피클, PKL, pickle, python

 

 

The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is converted into a byte stream, and “unpickling” is the inverse operation, whereby a byte stream (from a binary file or bytes-like object) is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as “serialization”, “marshalling,” 1 or “flattening”; however, to avoid confusion, the terms used here are “pickling” and “unpickling”.

pickle — Python object serialization

 

 

 

Table of Contents

 

 

 

27.3 파이썬 객체를 파일에 저장하기, 가져오기(코딩도장)

반응형