Dapper custom type handlers to serialize/deserialize objects to Xml and Json.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 9.0.0 |
Author(s): | Jakub Kurłowicz |
Last Update: | Thursday, February 13, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kubagdynia/Dapper.CustomTypeHandlers |
NuGet Url: | https://www.nuget.org/packages/Dapper.CustomTypeHandlers |
Install
Install-Package Dapper.CustomTypeHandlers
dotnet add package Dapper.CustomTypeHandlers
paket add Dapper.CustomTypeHandlers
Dapper.CustomTypeHandlers Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.1)
- System.Text.Json(>= 4.7.0)
Tags