Adds System.Text.Json serializer support for polymorphism with a discriminator attribute.
Info
| Version: | 1.0.20 |
| Author(s): | Erik O'Leary |
| Last Update: | Monday, April 15, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/wivuu/Wivuu.JsonPolymorphism |
| NuGet Url: | https://www.nuget.org/packages/Wivuu.JsonPolymorphism |
Install
Install-Package Wivuu.JsonPolymorphism
dotnet add package Wivuu.JsonPolymorphism
paket add Wivuu.JsonPolymorphism
Wivuu.JsonPolymorphism Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Text.Json(>= 5.0.0)
Tags