Community
Participate
Working Groups
Currently, the API enforces to store the model after migration. Either a backup has to be made or the original model is overwritten. However, it would be better to just open the migrated model with the model editor. The migrated model is saved only if changes are made to the model.
A special converter has been implemented that converts the model from the generic instance structure to a registered metamodel. The model constructed this way can be directly shown in the editor, without overwriting the original model. Thereby, it is also ensured that the custom serialization is used for storing the model.