maenette / Serialize.Linq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serialize.Linq

Serialize.Linq is a c# library for serializing linq expressions. Formats it supports (but it is not limited to) are JSON, XML and BINARY.

Installation

Simple install via NuGet:

PM> Install-Package Serialize.Linq

Building the source

git clone https://github.com/esskar/Serialize.Linq.git

Examples

There is an working WCF and REST API example included in the examples folder.

Help and Support

If you have a feature request, a bug or any other question, just create an issue. For bugs: make sure you create a unit test, so it is easier for me to reproduce and fix it.

Supported Platforms (or known to work with)

  • .NET 4.0
  • .NET 4.5
  • Silverlight 5.0
  • .Net Core 1.1
  • Windows Phone 8

About

License:GNU Lesser General Public License v3.0


Languages

Language:C# 96.2%Language:CSS 3.5%Language:JavaScript 0.1%Language:Batchfile 0.1%Language:ASP 0.0%