blob: d0c4812a7f9fcbc921b8a10ef1995600ed0b1cce (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Cerealizer is a secure pickle-like module.
It support basic types (int, string, unicode, tuple, list, dict,
set...), old and new-style classes (you need to register the class
for security), object cycles, and it can be extended to support
C-defined type.
Cerealizer is available under the GNU GPL licence.
|