Erick Tryzelaar
1da47c0870
Change de::VariantVisitor to let deserializers know the variant kind
...
This allows formats like cbor that encode a unit variant as just a
string to work.
[breaking-change]
2015-04-12 10:32:54 -07:00
Erick Tryzelaar
1b1c605102
Pull deserialization impls into their own file
2015-03-26 07:58:26 -07:00
Sebastian Thiel
2962287703
fix(macros): fully qualified usage of Result
...
Otherwise it was possible for the expanded macro to pickup a
user-defined `Result` type, which didn't fulfill the required type
bounds and cause compilation failure.
2015-03-23 17:04:23 +01:00
Erick Tryzelaar
d17846eff1
Add deserializer type hinting hooks
...
Formats like xml have trouble knowing if they should deserialize
tags into a sequence from the stream they are deserializing from.
This PR adds hooks so the deserializee can inform the deserializer
to provide them a sequence if possible.
Closes #38 .
2015-03-20 08:32:33 -07:00
Erick Tryzelaar
5378d22708
Switch to the new custom_deserialize syntax
2015-03-19 20:19:49 -07:00
Erick Tryzelaar
c8b2ad01b5
Update to rust HEAD
2015-03-19 20:19:49 -07:00
Erick Tryzelaar
eb4af09456
Simplify the variant deserializer visitor
2015-03-18 07:35:05 -07:00
Erick Tryzelaar
78137ee3a4
Rewrite enum deserialization to not require allocations
2015-03-16 22:42:04 -07:00
Erick Tryzelaar
c6cc2340c8
Rename a variable
2015-03-16 21:11:30 -07:00
Oliver Schneider
f21cbb71e2
MapVisitor::end and SeqVisitor::end were mostly never called
2015-03-16 13:27:00 +01:00
Erick Tryzelaar
f4f8194f46
More cleanup
2015-03-15 18:38:52 -07:00
Erick Tryzelaar
90e02206fe
Cleanup, and move default::Default #[derive_deserialize] support to get called when missing
2015-03-15 18:37:26 -07:00
Erick Tryzelaar
9fc9d1b33a
Get rid of syntax::ext::generic from #[derive_deserialize]
2015-03-15 17:47:25 -07:00
Erick Tryzelaar
b9f5d22630
Spring cleaning
2015-03-15 15:31:31 -07:00
Erick Tryzelaar
cbafc83af4
Cleanup palooza
2015-03-15 15:14:57 -07:00
Erick Tryzelaar
b628446768
Cleanup train
2015-03-15 15:04:11 -07:00
Erick Tryzelaar
aacc14ad7b
More cleanup
2015-03-15 14:50:00 -07:00
Erick Tryzelaar
35eb234c41
More aster driven cleanup
2015-03-15 14:31:05 -07:00
Erick Tryzelaar
00287bd055
Cleanup
2015-03-14 21:47:23 -07:00
Erick Tryzelaar
11f47bd51f
Minor cleanup
2015-03-14 15:20:00 -07:00
Erick Tryzelaar
5c62b7ed06
Split serde_macros into multiple files
2015-03-14 13:09:37 -07:00