mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c42cd3e4ca
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
297 B
Text
5 lines
297 B
Text
dill extends python’s pickle module for serializing and
|
||
and de-serializing python objects to the majority of the
|
||
built-in python types. Serialization is the process of converting
|
||
an object to a byte stream, and the inverse of which is converting
|
||
a byte stream back to a python object hierarchy.
|