Salar.Bois
2.2.0
See the version list below for details.
dotnet add package Salar.Bois --version 2.2.0
NuGet\Install-Package Salar.Bois -Version 2.2.0
<PackageReference Include="Salar.Bois" Version="2.2.0" />
paket add Salar.Bois --version 2.2.0
#r "nuget: Salar.Bois, 2.2.0"
// Install Salar.Bois as a Cake Addin #addin nuget:?package=Salar.Bois&version=2.2.0 // Install Salar.Bois as a Cake Tool #tool nuget:?package=Salar.Bois&version=2.2.0
Salar.Bois is a compact, light and powerful binary serializer for .NET Framework, which produces very small binaries.
With Bois you can serialize your existing objects with almost no change.
More info: https://github.com/salarcode/Bois
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. 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. |
Silverlight | sl5 is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Salar.Bois:
Package | Downloads |
---|---|
Salar.Bois.LZ4
Salar's Serializer for Binary Object Indexed Serialization, LZ4 wrapper |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.4.0 | 9,082 | 10/22/2023 |
3.2.1 | 18,829 | 1/3/2022 |
3.2.0 | 6,636 | 11/24/2021 |
3.1.0 | 25,047 | 9/30/2019 |
3.0.0.6 | 17,098 | 7/30/2019 |
3.0.0.3 | 974 | 7/29/2019 |
3.0.0-beta2 | 570 | 12/1/2018 |
3.0.0-beta1 | 611 | 9/25/2018 |
2.2.2 | 5,132 | 8/19/2016 |
2.2.1 | 1,687 | 4/23/2016 |
2.2.0 | 1,597 | 12/12/2015 |
2.1.0 | 1,117 | 12/11/2015 |
2.0.0 | 3,938 | 7/6/2015 |
1.8.2 | 1,358 | 1/27/2015 |
1.8.1 | 2,087 | 1/4/2015 |
1.8.0 | 1,550 | 1/3/2015 |
1.7.0 | 1,479 | 5/8/2014 |
1.6.503.157 | 3,589 | 5/3/2013 |
1.5.426.132 | 1,265 | 4/29/2013 |
1.5.414.130 | 1,231 | 4/14/2013 |
1.0.318.72 | 1,248 | 3/18/2013 |
1.0.318.71 | 1,205 | 3/18/2013 |
+ Serialization of Int32, Int32?, UInt32, UInt32?, Int64, Int64?, UInt64, UInt64? are improved to be more compact
+ DataTimeOffset serialization is improved to be more compact
+ Supporting IDictionary and IList as property or field
+ Small boost in Array/Dictionary/List serialization performance
+ DateTime encoding method enhancement for DateTime.MaxValue
+ Minor bugs fixed