Can we know which fields have been modified?
Parse provides a isDirty(), this allows e.g. to implement read-only fields.
Can we know which fields have been modified?
Parse provides a isDirty(), this allows e.g. to implement read-only fields.
The data object classes are not defined within our SDK. You create your own classes and then persist instances of them using our APIs. As a result of that, the isDirty support should come from your code since we would have no idea what properties your code changed.