Salar.Bois 3.0.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Salar.Bois --version 3.0.0.6
NuGet\Install-Package Salar.Bois -Version 3.0.0.6
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="Salar.Bois" Version="3.0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Salar.Bois --version 3.0.0.6
#r "nuget: Salar.Bois, 3.0.0.6"
#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 Salar.Bois as a Cake Addin
#addin nuget:?package=Salar.Bois&version=3.0.0.6

// Install Salar.Bois as a Cake Tool
#tool nuget:?package=Salar.Bois&version=3.0.0.6

The most compact, extermly fast binary serializer for .NET Code and .NET Framework.
More info: https://github.com/salarcode/Bois

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net45 is compatible.  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.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.5

    • 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 6,363 10/22/2023
3.2.1 14,843 1/3/2022
3.2.0 6,593 11/24/2021
3.1.0 23,345 9/30/2019
3.0.0.6 17,049 7/30/2019
3.0.0.3 926 7/29/2019
3.0.0-beta2 547 12/1/2018
3.0.0-beta1 586 9/25/2018
2.2.2 5,008 8/19/2016
2.2.1 1,644 4/23/2016
2.2.0 1,561 12/12/2015
2.1.0 1,084 12/11/2015
2.0.0 3,806 7/6/2015
1.8.2 1,329 1/27/2015
1.8.1 2,052 1/4/2015
1.8.0 1,518 1/3/2015
1.7.0 1,443 5/8/2014
1.6.503.157 3,550 5/3/2013
1.5.426.132 1,235 4/29/2013
1.5.414.130 1,201 4/14/2013
1.0.318.72 1,210 3/18/2013
1.0.318.71 1,171 3/18/2013

+ Totaly rewritten to decreate payload size up to 30% and decrease the serialization/deserialization time by 100%
+ The specs are changed to introduce more size compression which is the reaseon this version not compatible with previous versions.
* Supported more built in .NET types.
* The minimum requirement is .NET Framework 4.5 and .NET Core 2.0