Replies: 1 comment
-
You can pass your custom serializer / deserializer function to handle those cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the current implementation of createAsyncStoragePersister(), the objects being stored must serialize into and be deserialized out of a string type, which causes issues with Sets and Maps, which become empty objects. Is handling non-string types something that could be supported, or if that's needed for a project is it expected that you'd just create a new custom persister?
Beta Was this translation helpful? Give feedback.
All reactions