Storage
Package:
Summary:
Store and retrieve variable values from files
Groups:
Author:
Description:
This class can be used to store and retrieve variable values from files.
It can take variable values and store them in files with given names.
The class can also do the opposite, i.e. retrieve variable values from files.
The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize the variable values.
It can take variable values and store them in files with given names.
The class can also do the opposite, i.e. retrieve variable values from files.
The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize the variable values.
Comments are closed.