Popularity
4.3
Growing
Activity
0.0
Stable
321
20
54

Programming language: F#
License: MIT License
Tags: Serialization    
Latest version: v5.3.2

FsPickler alternatives and similar packages

Based on the "Serialization" category.
Alternatively, view FsPickler alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FsPickler or a related project?

Add another 'Serialization' Package

README

FsPickler

Join the chat at https://gitter.im/mbraceproject/FsPickler NuGet Status

FsPickler is a serialization library that facilitates the distribution of .NET objects. 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.

Packages of the library are available on Nuget [1,2].

Documentation

All documentation and related material can be found here.

Build Status

Head (branch master), Build & Unit tests

  • Windows Build status
  • Linux Build Status