-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bug while serialize class with overridable get-only property using AllPropertiesExtractor #5
Comments
It also does not work with public fields and writable fields. Add tests on it borovskyav@c62f2df |
Expiriencing same problems on:
However, inlining
|
@mr146 The following tests are passing on the latest v1.3.2 release:
Please provide a failing test case if the problem persists. |
Nonetheless the test case
The problem is in |
I believe this is still a challenge. I added a new issue, but I believe it is related to this one. |
I have child class with override get only array of enum's property. While i serialize this, grobuf throws exception like "Hash code collision: members 'BaseClass.States' and 'ChildClass.States' have the same hash code = 15189835799450633671". Proof: borovskyav@eff23ca
The text was updated successfully, but these errors were encountered: