Skip to content

Use more robust type list for deserialization #147

@ForNeVeR

Description

@ForNeVeR

Currently, we use allow-list of types gathered as typeof(Converter).Assembly.GetExportedTypes().

We could do better by codegen or smth else that doesn't use runtime type discovery.

Maybe we could even try the (cursed) System.Text.Json?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions