Info
Version: | 5.3.2 |
Author(s): | Eirik Tsarpalis |
Last Update: | Monday, February 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://mbraceproject.github.io/FsPickler/ |
NuGet Url: | https://www.nuget.org/packages/FsPickler |
Install
Install-Package FsPickler
dotnet add package FsPickler
paket add FsPickler
FsPickler Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- FSharp.Core(>= 4.3.2)
- FSharp.Core(>= 4.3.2)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
Tags
The implementation focuses on performance and completeness in supported types, including F# types.
It supports multiple, pluggable serialization formats including Binary, Xml, JSON and BSON.
The library is based on the functional programming concept of pickler combinators which
has been adapted to accommodate the object oriented nature of the .NET framework.