forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
369 B
Text
10 lines
369 B
Text
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.
|
|
|
|
WWW: http://home.gna.org/oomadness/en/cerealizer/index.html
|