Info
Version: | 3.0.1.2 |
Author(s): | Pawel Idzikowski, DocKuro |
Last Update: | Friday, January 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DocKuro/SharpSerializer |
NuGet Url: | https://www.nuget.org/packages/SharpSerializer-mod |
Install
Install-Package SharpSerializer-mod
dotnet add package SharpSerializer-mod
paket add SharpSerializer-mod
SharpSerializer-mod Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
No dependencies.
No dependencies.
No dependencies.
Tags
SharpSerializer is an open source XML and binary serializer for .NET.
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...