Skip to content

PatriotBob/expression-serializer

Repository files navigation

Expression Serializer

CI Status
travis.ci Build Status
appveyor Build Status

The main goal of this project is to allow lambda expressions to be serialized and deserialized from json.

What is done

Basic serializing and deserlizing expresssions.

  • Most binary/unary operators.
  • Member Access
  • Functions (public/static and System.Linq.Enumerable extension methods)
  • Conditionals

What is left to be done.

  • Nested lambdas.
  • Probably a bunch more.

About

Serialize/Deserialize Linq where lambdas to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published