Pickle data serialisation

suggest change

Syntax

Parameters

Pickleable types

The following objects are picklable.

Based on the official Python documentation.

Pickle and security

The pickle module is not secure. It should not be used when receiving the serialized data from an untrusted party, such as over the Internet.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Pickle data serialization:
*Pickle data serialisation

Table Of Contents
31Set
88Pickle data serialization
166Gzip