KJFramework.Message 1.3.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package KJFramework.Message --version 1.3.1.1
NuGet\Install-Package KJFramework.Message -Version 1.3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KJFramework.Message" Version="1.3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KJFramework.Message --version 1.3.1.1
#r "nuget: KJFramework.Message, 1.3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KJFramework.Message as a Cake Addin
#addin nuget:?package=KJFramework.Message&version=1.3.1.1

// Install KJFramework.Message as a Cake Tool
#tool nuget:?package=KJFramework.Message&version=1.3.1.1

KJFramework.Messages, 提供了.NET平台的高性能序列化/反序列化解决方案。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0 204 12/19/2013
1.5.0 73 5/7/2013
1.4.3 61 4/7/2013
1.4.2 51 4/1/2013
1.4.1 49 3/28/2013
1.4.0 52 1/5/2013
1.3.2 53 12/24/2012
1.3.1.1 51 12/19/2012
1.3.0 51 9/17/2012
1.2.0 51 8/23/2012
1.1.1 52 8/10/2012
1.1.0 50 7/16/2012
1.0.0 51 7/16/2012

1. 提升了字符串类型的解析性能,当要解析字符串的字符数量小于或者等于一定量时,新的功能将允许在线程栈上分配内存,而不是堆中。
   这样做法的好处是,能够屏蔽日常中遇到的小规模字符串总是会给GC造成一定量的负担。
2. 更新基础依赖库为最新版本,当然,内部对应的日志功能也会采用新的Tracing形式,而不是老的LOG。所有更新此版本的用户,
   需要将你们系统中的KJFramework配置节,添加新的日志功能配置节。 至于需要添加的具体内容,直接查看测试项目中的配置文件就可以了 :)