When using the enum fall back and there is an unexpected value for the enum there are cases would it would be helpful to know the value that failed. For example if you needed to verify that two deserialized values were the same even if we don't have the enum mapping. In that case we could fall back to comparing the text value
When using the enum fall back and there is an unexpected value for the enum there are cases would it would be helpful to know the value that failed. For example if you needed to verify that two deserialized values were the same even if we don't have the enum mapping. In that case we could fall back to comparing the text value