Kaya 0.5.3 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 Builtins::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 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya