In Ember Data 3.24, if you do
foo = record.serialize()
how can you reverse the process? i.e. take the JS object in foo and update the record?