-
Notifications
You must be signed in to change notification settings - Fork 2
Introducing LowLevelSerialization #48
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
Conversation
I am adding both @enikao and @dslmeinte as reviewers: I think one review would be sufficient so I think once we got one in it is not strictly needed to have also the other one |
Big PR! It looks good. The tests (in this repo) seem to be failing currently, though. |
Yes, it is a big PR, but I obtained by splitting the original PR in three parts :D This was the second one of the three and third one is coming next. The tests are failing because I need to open a separate PR for the changes in the high-level serialization class. With the next PR all tests should be passing |
With this PR we introduce the LowLevelSerialization. It is intended to load semantically invalid/incoherent chunks and it is an intermediate rappresentation between the "proper" models and metamodels and the JSON representation.
This PR includes an update of all examples.
Some tests are still failing and they will be corrected as part of the remaining PR to finish up #46