Sign in
Log inSign up

What is the difference between serializing and storing an object?

Matt Goldwater's photo
Matt Goldwater
·Aug 19, 2017

The redux docs state "actions can be serialized, logged or stored and later replayed." When I looked up serialize I learned that it meant an object is converted into bytes so it can be stored persistently. If that's the case then what does it mean to store an object?