Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserializing union cases without values throws exceptions #53

Open
Reenuay opened this issue Sep 1, 2021 · 0 comments
Open

Deserializing union cases without values throws exceptions #53

Reenuay opened this issue Sep 1, 2021 · 0 comments

Comments

@Reenuay
Copy link

Reenuay commented Sep 1, 2021

For example:

type A = A1 | A2 of int

Serializing A1 case gives "A1". But deserialization of "A1" throws an exception. The A2 case, on the other hand, works perfectly in both directions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant