mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f4d0573017
Change the `get_model` and `set_model` interface of `StorageProvider` so that it is responsibility of the `StorageProvider` to serialize/deserialize the model before returning to the caller. This is in preparation to the model migration being implemented, since it's now a responsibility of the storage provider to deserialize it it can trivially re-save it to disk if it is migrated.