aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/serde.rs
AgeCommit message (Collapse)AuthorLines
2016-03-07WIPAlex Crichton-28/+34
2015-08-13Implement Serialize::visit_newtype_{struct,variant}Erick Tryzelaar-0/+18
These functions allow a serializer to not wrap a newtyped value inside of a tuple or struct.
2015-04-02wipAlex Crichton-0/+84