-
Notifications
You must be signed in to change notification settings - Fork 4
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
143 fix virtual serialization with abstract classes in hierarchy #144
143 fix virtual serialization with abstract classes in hierarchy #144
Conversation
I just pushed the fix. I used too strong a trait when I refactored for #127 for specialized serializers. This was stopping registration of classes that are not concrete because they aren't constructible by definition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the failure I was encountering in EMPIRE
I've just confirmed that this fixes the issue that I was facing in |
Modified/moved test code is broken due to missing constructors entirely |
Yes, I just fixed it. Copy-paste error |
Fixes #143