1Pickle.pickle(3kaya) Kaya module reference Pickle.pickle(3kaya)
2
3
4
6 Pickle::pickle - Convert a value to a string
7
9 String pickle( a val )
10
12 Convert a value to a string, for persistence.
13
15 Kaya standard library by Edwin Brady, Chris Morris and others
16 (kaya@kayalang.org). For further information see http://kayalang.org/
17
19 The Kaya standard library is free software; you can redistribute it
20 and/or modify it under the terms of the GNU Lesser General Public
21 License (version 2.1 or any later version) as published by the Free
22 Software Foundation.
23
25 Builtins.marshal (3kaya)
26 Pickle.unpickle (3kaya)
27
28
29
30Kaya December 2010 Pickle.pickle(3kaya)