We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deserialization of interface types is not supported. - Polymorphic deserialization will be supported in .NET 5
Deserialization of interface types is not supported.
The text was updated successfully, but these errors were encountered:
I found the extension library for System.Text.Json which supports interface deserialization - https://github.com/dahomey-technologies/Dahomey.Json
Sorry, something went wrong.
Some good news:
They plan to extend polymorphic serialization and deserialization: dotnet/runtime#45189
So this feature might become unblocked after .NET 6.
No branches or pull requests
Blockers
Deserialization of interface types is not supported.
- Polymorphic deserialization will be supported in .NET 5Workaround
Motivation
Proposed solution
Additional context
Benchmarks
The text was updated successfully, but these errors were encountered: