Salar.Bois
2.2.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Salar.Bois --version 2.2.1
NuGet\Install-Package Salar.Bois -Version 2.2.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="Salar.Bois" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Salar.Bois --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Salar.Bois, 2.2.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 Salar.Bois as a Cake Addin #addin nuget:?package=Salar.Bois&version=2.2.1 // Install Salar.Bois as a Cake Tool #tool nuget:?package=Salar.Bois&version=2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
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 |
+ Bug#5 fixed: wont serialize private setter/getter properties.