-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The 'weak' point in clojure is that edn and transit encoding do not bring a lot of default serializers.
Example: date and uuid are not serializable by default, nor are records.
So I think it is essential to Be able to configure serializers for edn and transit in konserve. Could you add a little demo on this? It would also be enough to just add the key that needs to be passed on store initialization into the readme.
A persistence library is a very delicate thing. Once you add it to your project you will live and die with it. I have seen similar problems in clojure http requests and websocket requests. Just knowing that it is possible to work with all types that are used in the project brings peace of mind.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels