Provides an implementation of RequestQueryParamSerializer that serializes object parameters in a format compatible with asp.net core mvc model binding for complex types.
Info
Version: | 0.0.2 |
Author(s): | rsivanov |
Last Update: | Friday, July 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rsivanov/RestEase.Serialization.Extensions |
NuGet Url: | https://www.nuget.org/packages/RestEase.Serialization.Extensions |
Install
Install-Package RestEase.Serialization.Extensions
dotnet add package RestEase.Serialization.Extensions
paket add RestEase.Serialization.Extensions
RestEase.Serialization.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.NewtonsoftJson(>= 3.1.5)
- RestEase(>= 1.5.0)
Tags