40f8e6b061
This allows a field to be deserialized with an expression instead of the default deserializer. This simplifies deserializing a struct or enum that contains an external type that doesn't implement `serde::Deserialize`. This expression is passed a variable `deserializer` that needs to be used to deserialize the expression. |
||
---|---|---|
.. | ||
macros.rs | ||
test_annotations.rs | ||
test_bytes.rs | ||
test_de.rs | ||
test_macros.rs | ||
test_ser.rs | ||
test.rs | ||
test.rs.in | ||
token.rs |