Separate the data model storage format from the API that is supposed to be used #8914
Labels
enhancement
Issues that are considered to be enhancements
epic
A "parent" issue that refers to multiple other issues
model
About the data model
We should have an API for all of our model classes that is separate from the
data classes
used for serialization / file storage. That would allow for drop-in replacements of places to store data (like using a database for ORT results instead of files) and separate API refactoring from eventually breaking the storage format.Related issues / discussions are:
LicenseClassifications
model for (de-)serialization from the API for programmatic use #6191licenseInfoInFiles
check #8052The text was updated successfully, but these errors were encountered: