Info
Version: | 0.0.27-alpha |
Author(s): | Claus Trappberger |
Last Update: | Saturday, September 17, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IButtonPusher/Das_Serializer |
NuGet Url: | https://www.nuget.org/packages/Das.Serializer.Split |
Install
Install-Package Das.Serializer.Split
dotnet add package Das.Serializer.Split
paket add Das.Serializer.Split
Das.Serializer.Split Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Das.Serializer.Interfaces(>= 0.0.21)
- Microsoft.CSharp(>= 4.7.0)
- Das.Serializer.Interfaces(>= 0.0.21)
- Microsoft.CSharp(>= 4.7.0)
- Das.Serializer.Interfaces(>= 0.0.21)
- Microsoft.CSharp(>= 4.7.0)
var o = serializer.FromXml(xml);
o = serializer.FromJson(json);.