# Serialize.Linq **Repository Path**: sundayisblue/Serialize.Linq ## Basic Information - **Project Name**: Serialize.Linq - **Description**: Serialize.Linq是一个用于序列化Linq表达式的c#库。它支持的格式(但不限于)有JSON、XML和二进制。可以在nuget 上搜索Serialize.Linq - **Primary Language**: C# - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/esskar/Serialize.Linq - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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][1]: 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][5]. ## Help and Support If you have a feature request, a bug or any other question, just create an [issue][4]. 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 * .Net Standard 1.3 * .Net Standard 2.0 * UAP 10.0 [1]: http://nuget.org/packages/Serialize.Linq [2]: https://github.com/esskar [4]: https://github.com/esskar/Serialize.Linq/issues [5]: https://github.com/esskar/Serialize.Linq/tree/master/src/Serialize.Linq.Examples