Skip to content

OlegNadymov/Serialize.Linq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 5.0
  • .NET 4.5
  • .NET 4.0
  • .Net Standard 2.0
  • .Net Standard 1.3
  • UAP 10.0

About

C# library to serialize LINQ expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.3%
  • CSS 3.8%
  • HTML 2.8%
  • Other 0.1%