You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: