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
When using an untagged enum to handle generic Serialization + Deserialization the deserialization will always fail and the cause seems to be the numeric keys of BTreeMap. If using the struct directly everything works as expected.
Can this be related to #1183?
Also not sure if this is a serde or serde_json issue so apologies if this is the wrong repo.
When using an untagged enum to handle generic
Serialization + Deserialization
the deserialization will always fail and the cause seems to be the numeric keys ofBTreeMap
. If using the struct directly everything works as expected.Can this be related to #1183?
Also not sure if this is a
serde
orserde_json
issue so apologies if this is the wrong repo.Minimum Reproducible Example:
The text was updated successfully, but these errors were encountered: