Right now the field level validations on objects such as Image are performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.
It would be cool if we could do the validations immediately after setting the property.
Right now the field level validations on objects such as
Imageare performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.It would be cool if we could do the validations immediately after setting the property.