<div><h2id="pickle"><ahref="#pickle"name="pickle">#</a>Pickle</h2><p><strong>Binary file format for storing objects.</strong></p><pre><codeclass="python language-python hljs"><spanclass="hljs-keyword">import</span> pickle
<div><h2id="pickle"><ahref="#pickle"name="pickle">#</a>Pickle</h2><p><strong>Binary file format for storing Python objects.</strong></p><pre><codeclass="python language-python hljs"><spanclass="hljs-keyword">import</span> pickle
<div><h3id="format-2">Format</h3><div><h4id="forstandardtypesizesstartformatstringwith">For standard type sizes start format string with:</h4><ul>
<div><h3id="format-2">Format</h3><div><h4id="forstandardtypesizesandmanualalignmentpaddingstartformatstringwith">For standard type sizes and manual alignment (padding) start format string with:</h4><ul>
<li><strong><codeclass="python hljs"><spanclass="hljs-string">'='</span></code> - system's byte order (usually little-endian)</strong></li>