sgtz / FsPickler

A fast multi-format message serializer for .NET

Home Page:http://mbraceproject.github.io/FsPickler/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,3].

Documentation

  • Tutorial A short introduction to FsPickler.
  • Technical Overview A walkthrough of the library's implementation details.
  • Performance Benchmarks comparing FsPickler to other established serialization libraries.
  • API Reference Auto-generated library documentation.

All documentation and related material can be found here.

Build Status

Head (branch master), Build & Unit tests

  • Windows/.NET Build status
  • Linux/Mono 4.4 Build Status

About

A fast multi-format message serializer for .NET

http://mbraceproject.github.io/FsPickler/

License:MIT License


Languages

Language:F# 96.3%Language:C# 3.5%Language:Shell 0.1%Language:Batchfile 0.0%