FsPickler 0.9.4-alpha

This is a prerelease version of FsPickler.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FsPickler --version 0.9.4-alpha
                    
NuGet\Install-Package FsPickler -Version 0.9.4-alpha
                    
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="FsPickler" Version="0.9.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsPickler" Version="0.9.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="FsPickler" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FsPickler --version 0.9.4-alpha
                    
#r "nuget: FsPickler, 0.9.4-alpha"
                    
#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.
#addin nuget:?package=FsPickler&version=0.9.4-alpha&prerelease
                    
Install FsPickler as a Cake Addin
#tool nuget:?package=FsPickler&version=0.9.4-alpha&prerelease
                    
Install FsPickler as a Cake Tool

A fast, general-purpose serialization framework for .NET written in F# that doubles as a pickler combinator library.

   * Based on the notion of pickler combinators.
   * Provides an automated pickler generation framework.
   * Offers binary, xml and json pickle formats.
   * Support for F# types, quotations, closures and cyclic objects.
   * Fully backwards compatible with .NET serialization and open hierarchies.
   * One of the fastest serializers for the .NET framework.
   * Full support for the mono framework.

Product Compatible and additional computed target framework versions.
.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.

This package has no dependencies.

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on FsPickler:

Repository Stars
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
pwntester/ysoserial.net
Deserialization payload generator for a variety of .NET formatters
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
FDlucifer/Proxy-Attackchain
Proxylogon & Proxyshell & Proxyoracle & Proxytoken & All exchange server history vulns summarization :)
Version Downloads Last updated
1.0.18 332 5/5/2015
1.0.17 711 4/22/2015
1.0.16 1,335 3/27/2015
1.0.15 898 3/6/2015
1.0.14 60 3/6/2015
1.0.13 416 3/4/2015
1.0.12 259 2/26/2015
1.0.11 1,310 2/6/2015
1.0.10 64 2/5/2015
1.0.9 69 2/4/2015
1.0.8 522 1/27/2015
1.0.7 1,161 1/24/2015
1.0.6 2,110 12/4/2014
1.0.5 296 11/25/2014
1.0.4 502 11/13/2014
1.0.3 483 10/26/2014
1.0.2 837 10/22/2014
1.0.1 69 10/22/2014
1.0.0 135 10/10/2014
0.9.11 4,326 8/14/2014
0.9.10 109 8/6/2014
0.9.9 566 7/18/2014
0.9.8 66 7/17/2014
0.9.7 68 7/15/2014
0.9.6 267 7/6/2014
0.9.5.1-alpha 97 6/29/2014
0.9.5-alpha 61 6/24/2014
0.9.4-alpha 61 6/12/2014
0.8.6.2 139 4/16/2014
0.8.6.1 57 4/1/2014
0.8.6 349 3/14/2014
0.8.5.3 58 3/8/2014
0.8.5.2 54 3/8/2014
0.8.5.1 66 1/30/2014
0.8.5 61 1/3/2014
0.8.4.2 57 1/2/2014
0.8.4.1 55 1/2/2014
0.8.4 54 12/31/2013
0.8.3 112 12/31/2013
0.8.2 78 12/24/2013
0.8.1 102 12/23/2013
0.8.0 75 12/23/2013
0.7.2 79 12/8/2013
0.7.1 86 12/4/2013
0.7.0 84 11/17/2013
0.6.2 83 10/14/2013
0.6.1 79 10/8/2013
0.6.0 86 10/3/2013

Major rewrite of the library. Include support for multiple pickle formats. Add support for object visitors.