Save and load Small OBjects to and from files, using various formats.
Maintainer: Moshe Zadka
| Interface | IPersistable | An object which can be saved in several formats to a file | 
| Class | Persistent | No class docstring; 2/6 methods documented | 
| Function | load | Load an object from a file. | 
| Function | loadValueFromFile | Load the value of a variable in a Python file. | 
| Function | guessType | Undocumented | 
| Class | _EverythingEphemeral | No class docstring; 1/2 methods documented | 
Load an object from a file.
Deserialize an object from a file. The file can be encrypted.
| Parameters | filename | string | 
| style | string (one of 'pickle' or 'source') |