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

Use more robust type list for deserialization #147

Open
ForNeVeR opened this issue Dec 10, 2022 · 0 comments
Open

Use more robust type list for deserialization #147

ForNeVeR opened this issue Dec 10, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ForNeVeR
Copy link
Member

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?

@ForNeVeR ForNeVeR added the enhancement New feature or request label Dec 10, 2022
@ForNeVeR ForNeVeR changed the title Use more robust deserialization Use more robust type list for deserialization Dec 10, 2022
@ForNeVeR ForNeVeR added the help wanted Extra attention is needed label Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant