-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/150 entity serialization #158
Conversation
43acf44
to
b5f0bd8
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
==========================================
- Coverage 82.75% 82.23% -0.53%
==========================================
Files 63 64 +1
Lines 1096 1103 +7
Branches 349 353 +4
==========================================
Hits 907 907
- Misses 133 140 +7
Partials 56 56 ☔ View full report in Codecov by Sentry. |
8a6d3d6
to
45d223f
Compare
f74c759
to
9498edf
Compare
…omponents Linked: #150
9498edf
to
fc8e62d
Compare
Description
Introduce a new serializer able to serialize an entire entity and its components. Either from the list of components explicitly or taking all entity components.
This is working but I'm not satisfied of the implementation and will certainly get a huge refactoring when I find a better solution.
Close #150
What type of PR is this? (check all applicable)
[optional] Minor fixes
Fix FindToml++ file.
Added/updated tests?