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
Currently scalabuff does not make sure that all required fields have data when deserializing a message.
The missing fields will instead get the default instance values, which could cause confusing situations.
Ex. having a typo in the field ID would not cause any parsing errors.
What about adding an option to enable strict required fields check on message deserialization?
The text was updated successfully, but these errors were encountered:
Currently scalabuff does not make sure that all required fields have data when deserializing a message.
The missing fields will instead get the default instance values, which could cause confusing situations.
Ex. having a typo in the field ID would not cause any parsing errors.
What about adding an option to enable strict required fields check on message deserialization?
The text was updated successfully, but these errors were encountered: