1
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
5a367bc478
fix: Fix deserializing arrays and structs
I'm still not sure when `deserialize_any` is called over one of the
specific variants, but it seems like I do have do make `deserialize_any`
aware of all value types.

Fixes #1.
2023-02-18 18:28:44 +01:00
d4ea35d273
feat: Implement deserialization 2022-11-25 16:08:58 +01:00
502c2a2986
feat: Implement serialization 2022-11-18 09:21:46 +01:00