serde/benches
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
..
bench_enum.rs Switch to the new custom_deserialize syntax 2015-03-19 20:19:49 -07:00
bench_log.rs Switch to the new custom_deserialize syntax 2015-03-19 20:19:49 -07:00
bench_map.rs Update to rust HEAD 2015-03-19 20:19:49 -07:00
bench_struct.rs Add deserializer type hinting hooks 2015-03-20 08:32:33 -07:00
bench_vec.rs Update to rust HEAD 2015-03-19 20:19:49 -07:00