This class provides another serialization method for some objects - in a database.
Methods
Contributes to the database with the current object parameters. By default no overwriting is allowed. Each entry is defined by the “name” field.
Parameters : | overwrite : boolean
|
---|---|
Raises : | ValueError :
|
Redefines the current object with data received from the database in the form of a dictionary.
Parameters : | dbdict : dict
|
---|---|
Raises : | KeyError :
|