Kaya 0.5.2 module reference for Pickle

List of modules in this version

Pickle module

The Pickle module allows any value (other than closures) that can be marshalled to be converted to a String. Unlike marshal, however, pickled data may be transferred between any two Kaya applications (although for meaningful transfer naturally both applications must be aware of all data types contained in the pickled data).

Exceptions

Functions

kaya@kayalang.org | Last modified 30 December 2008 | Supported by Durham CompSoc | Powered by Kaya