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

Serialize/deserialize dynamically generated types #224

Open
netogallo opened this issue Jun 2, 2021 · 0 comments
Open

Serialize/deserialize dynamically generated types #224

netogallo opened this issue Jun 2, 2021 · 0 comments

Comments

@netogallo
Copy link

I have a use case where I need to serialize/deserialize types that are dynamically generated using System.Reflection.Emit. Values of those types fail because the default .Net type lookup mechanism does not include dynamically generated assemblies. For that reason, I maintain a version of Hyperion that supports those types: https://github.com/tdip/Hyperion/tree/0.10.2-dynamic-type

If there is any interest in adding support for this in the official Hyperion release, let me know and I can help with the migration.

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