Info
Version: | 8.0.142 |
Author(s): | Lin, Ping-chen |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ponylin1985/zayniframework |
NuGet Url: | https://www.nuget.org/packages/ZayniFramework.Serialization |
Install
Install-Package ZayniFramework.Serialization
dotnet add package ZayniFramework.Serialization
paket add ZayniFramework.Serialization
ZayniFramework.Serialization Download (Unzip the "nupkg" after downloading)
Dependencies
- ZayniFramework.Common(>= 2.19.1)
- Newtonsoft.Json(>= 12.0.3)
- System.Text.Json(>= 5.0.0)
You can also define your own serialization component and register it into SerializerFactory.
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.