The key to use in the storage
The web storage to use
Deserialize the value from the storage
By default, it will use JSON.parse wrapped with try-catch
JSON.parse
Serialize the value to store in the storage
By default, it will use JSON.stringify
JSON.stringify
The key to use in the storage