Skip to content

Example how to setup custom serializers #71

@awb99

Description

@awb99

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions