Top-rated recipes tagged "cpickle"http://code.activestate.com/recipes/tags/cpickle/top/2009-11-04T19:57:41-08:00ActiveState Code RecipesSerialize and Deserialize Securely (Python)
2009-11-04T19:57:41-08:00Eric Pruitthttp://code.activestate.com/recipes/users/4170757/http://code.activestate.com/recipes/576943-serialize-and-deserialize-securely/
<p style="color: grey">
Python
recipe 576943
by <a href="/recipes/users/4170757/">Eric Pruitt</a>
(<a href="/recipes/tags/cpickle/">cpickle</a>, <a href="/recipes/tags/pickle/">pickle</a>, <a href="/recipes/tags/serialize/">serialize</a>).
Revision 19.
</p>
<p>A serialization library to serialize some of the more basic types. Does not suffer from the security flaws that cPickle and pickle do.</p>