What is the difference between serializing and storing an object?
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?