| Trees | Indices | Help |
|
|---|
|
|
State saving utilies.
Easily readable and editable. Support objects as well as simpler data types.
The original file is : toonloop/trunk/py/rats/serialize.py
|
|||
|
SerializeError Error occuring while trying to save serialized data. |
|||
|
UnserializeError Error occuring while trying to load serialized data. |
|||
|
Serializable Any class that is serializable using these tools should extend this one. |
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
Imports: jelly, pprint
|
|||
Saves any python data type to a file. Might throw an SerializeError |
Loads any python data type from a file. Might throw an UnserializeError |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 29 13:08:05 2009 | http://epydoc.sourceforge.net |