Provides ways to easily serialize to JSON, XML and Binary, as well as deep and shallow object clones.
Info
| Version: | 1.0.0 |
| Author(s): | Phoenix Apps Ltd |
| Last Update: | Tuesday, February 12, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/phoenix-apps/Phnx |
| NuGet Url: | https://www.nuget.org/packages/Phnx.Serialization |
Install
Install-Package Phnx.Serialization
dotnet add package Phnx.Serialization
paket add Phnx.Serialization
Phnx.Serialization Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
- Phnx.Collections(>= 1.0.0)
- Phnx.IO(>= 1.0.0)
- Phnx.IO.Json(>= 1.0.0)