Lossless Serialize / Deserialize DataTable and DataSet objects (in System.Data namespace) including ExtendedProperties data, providing the ability to transfer data without loss between systems using, for example, REST-services.
Info
Version: | 1.0.0 |
Author(s): | Pavel Dmitrenko |
Last Update: | Tuesday, April 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PavelDmitrenko/dpDataSerializer |
NuGet Url: | https://www.nuget.org/packages/dpDataSerializer |
Install
Install-Package dpDataSerializer
dotnet add package dpDataSerializer
paket add dpDataSerializer
dpDataSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags