一个通用序列化接口;采用默认高速序列化MessagePack(支持扩展方法).
Info
Version: | 1.0.0 |
Author(s): | jinyu成都 |
Last Update: | Sunday, March 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jinyuttt/DBAcessSrv.git |
NuGet Url: | https://www.nuget.org/packages/Serializer |
Install
Install-Package Serializer
dotnet add package Serializer
paket add Serializer
Serializer Download (Unzip the "nupkg" after downloading)
Dependencies
- MessagePack(>= 1.7.3.4)
- ServiceStack.Text(>= 5.4.0)