Info
Version: | 4.0.2 |
Author(s): | Pawel Idzikowski |
Last Update: | Sunday, March 24, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/polenter/SharpSerializer |
NuGet Url: | https://www.nuget.org/packages/SharpSerializer |
Install
Install-Package SharpSerializer
dotnet add package SharpSerializer
paket add SharpSerializer
SharpSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
- NETStandard.Library(>= 1.6.1)
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
With only one line of code it can serialize types like: multidimensional array, nested array, array-of-arrays, polymorphic object (where value is inherited from the property type), generic type, generic listing (i.e.
dictionary, collection) and many more.