Skip to content
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

Gracefully handle properties with no setters #132

Open
Blackclaws opened this issue Sep 20, 2024 · 1 comment
Open

Gracefully handle properties with no setters #132

Blackclaws opened this issue Sep 20, 2024 · 1 comment

Comments

@Blackclaws
Copy link
Contributor

My datatypes sometimes have properties that calculate based on other properties for convenience.

While this is no problem on the serialization side of things. Reading such a compound type throws an exception because no setter can be found for the property.

My expectation would be that the missing setter is gracefully ignored.

@Blackclaws
Copy link
Contributor Author

Potentially related to #117

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

No branches or pull requests

1 participant