Skip to content

Serialize/deserialize dynamically generated types #224

Open
@netogallo

Description

@netogallo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions