Serialize.Linq is a c# library for serializing linq expressions. Formats it supports (but it is not limited to) are JSON, XML and BINARY.
Simple install via NuGet:
PM> Install-Package Serialize.Linq
git clone https://github.com/esskar/Serialize.Linq.git
There is an working WCF and REST API example included in the examples folder.
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.
- .NET 4.0
- .NET 4.5
- .Net Standard 1.3
- .Net Standard 2.0
- UAP 10.0