mitsuhiko / deser

Experimental rust serialization library
https://docs.rs/deser
Apache License 2.0
287 stars 8 forks source link

Serializer and Deserializer Traits #27

Open mitsuhiko opened 2 years ago

mitsuhiko commented 2 years ago

Currently there is only one serializer and deserializer in the JSON crate and so far they do not use a trait. It might make sense to investigate if there should be a trait for these.