Use source generator instead of in-memory collection #179
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
Discussed in #69
Originally posted by Marvin-Brouwer February 9, 2022
We'd like to research the possibility of generating the JSON/XML/whatever mappings on build instead of reflecting this on startup.
For example, change this:
Into this:
Or something similar to that.
The question is, do we even want this?
Do we want to support this as an option or is it always on?
Additional notes:
These might be interesting libraries:
The text was updated successfully, but these errors were encountered: