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
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Err(
Error("invalid type: map, expected a Value::Tagged enum"),
)
Any idea why am I getting this error?
kind regards
The text was updated successfully, but these errors were encountered:
Masber
changed the title
serialize struct with enum fails
How to serialize enums?
Mar 8, 2024
Masber
changed the title
How to serialize enums?
Why is it trying to serialize a map when I expect an enum?
Mar 8, 2024
Masber
changed the title
Why is it trying to serialize a map when I expect an enum?
Why is it trying to deserialize a map instead of an enum?
Mar 8, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Deal serde_yaml community,
I have these structs and entity:
I have a yaml like
And this fails with the following error:
Any idea why am I getting this error?
kind regards
The text was updated successfully, but these errors were encountered: