You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: