Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and IlCodeGenerator #10

Open
Horusiath opened this issue Dec 19, 2016 · 0 comments
Open

Create and IlCodeGenerator #10

Horusiath opened this issue Dec 19, 2016 · 0 comments

Comments

@Horusiath
Copy link
Contributor

At this moment we have two compilation chains:

  • First is based on IL code generation. This one however works only for .NET 4.5
  • Second is based on LINQ Expressions and is used universally.

Moreover when we need to construct a serializer for a custom data structure (either class or struct), we always do that through DefaultCodeGenerator, which uses only Expression-based compilation chain.

The idea here is to build a code generator using IlCompiler<> as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant