johanhelsing / bevy_pkv

Cross-platform (including wasm) persistent key value store plugin for rust games/apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom serializers

johanhelsing opened this issue · comments

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.

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