bevy_pkv icon indicating copy to clipboard operation
bevy_pkv copied to clipboard

Custom serializers

Open johanhelsing opened this issue 3 years ago • 2 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.

johanhelsing avatar May 03 '22 15:05 johanhelsing

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

gilescope avatar Aug 09 '22 16:08 gilescope