Possible to clear changed cells?

Is it possible to clear out the list of changed cells so that subsequent calls to serialize() don’t keep getting the same changes over and over, but only ones made since some point?

grid has special method for such purpose
    grid.clearChangedState();