(fix) - Remove special character from persistence keys and sanitize (#715)
* Refactor key serialization for persistence
- Avoid illegal character \t which is often stripped in IDB
- Move deserialization to keys.ts
- Add string sanitization
* Add changeset
* Fix idb reader in persisted-store example
authored by