serde-rs.github.io icon indicating copy to clipboard operation
serde-rs.github.io copied to clipboard

Implementing custom Deserialize

Open dtolnay opened this issue 9 years ago • 0 comments

  • [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

dtolnay avatar Aug 16 '16 23:08 dtolnay