Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom serializers #6

Open
johanhelsing opened this issue May 3, 2022 · 1 comment
Open

Custom serializers #6

johanhelsing opened this issue May 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@johanhelsing
Copy link
Owner

It would be nice it was possible to customize what kind of serializer is used.

Currently it's hard-coded to rmp-serde (messagepack with struct maps) on native and serde_json on wasm.

@johanhelsing johanhelsing added the enhancement New feature or request label May 3, 2022
@gilescope
Copy link

+1 - in my case I'd be happy storing and retrieving &[u8]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants