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

Compile-time code generation #336

Open
kg opened this issue Dec 30, 2019 · 0 comments
Open

Compile-time code generation #336

kg opened this issue Dec 30, 2019 · 0 comments

Comments

@kg
Copy link

kg commented Dec 30, 2019

Is compile-time code generation something that would be possible given Jil's design? There are scenarios where runtime IL compiles aren't feasible (iOS, xbox, etc) or will drop you into the interpreter. If I know all the types I'm going to be serializing I could definitely run a generator in my build pipeline to spit a .dll out next to my executables and ship it (like XmlSerializer) but it's not clear to me whether I could do something like this on top of Jil since runtime code generation seems central to the design.

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

No branches or pull requests

1 participant