serde-rs.github.io
serde-rs.github.io copied to clipboard
Implementing custom Deserialize
- [x] for primitives
- [ ] for a seq
- [x] for a map
- [ ] for different types of structs
- [x] normal struct
- [ ] tuple struct
- [x] newtype struct
- [ ] unit struct
- [ ] for an enum