Skip to content

Validate message delegation does not break serialization #321

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

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

andrewparmet
Copy link
Collaborator

@andrewparmet andrewparmet commented Dec 17, 2024

This was fixed when we changed implementation by "delegation" to manually delegate each property. Fixes #288. The later tests (of the model extending Message) do fail when added to 0.12.1.

@andrewparmet andrewparmet changed the title validate message delegation does not break serialization Validate message delegation does not break serialization Dec 17, 2024
@andrewparmet andrewparmet merged commit 2427d4a into main Dec 20, 2024
37 checks passed
@andrewparmet andrewparmet deleted the delegate-to-message branch December 20, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation by delegation serializes only the child proto if the interface also implements KtMessage
2 participants