mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 23:35:26 +00:00

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.