USING UPSONIC
Load Operation
The load function is the final stage in using Upsonic. With this function, you can retrieve your stored items just like the original statements. The load function retrieves and deserializes the items that you previously sent to the Upsonic Server system.
To get started, you will need:
- Implemented connection code
upsonic.load
This function is for loading a singular item from Upsonic. With this, you can load a Function, Class, Object, or any Variable. You just need to provide a name with the key
parameter.
The virtual and freely chosen path for your dumped value
upsonic.load_module
This command is designed for loading an entire library with just one line. You only need to provide the key
.
The name of the library that you want to retrieve.