You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no direct equivalent for this. Most/all conversion types in this crate have a serialization function too. But it is possible to take the code from serde_aux and fill a DeserializeAs implementation with it. Although rewriting it to use a Visitor might help with error reporting.
I've been trying to migrate from serde_aux to this lib and having trouble finding the equivalent of serde_aux::deserialize_bool_from_anything.
I was wondering if I'm missing something or if equivalent functionality just doesnt exist here yet.
The text was updated successfully, but these errors were encountered: