basiaclly yes.
serialization transforms an in-memory object to a binary form and save it to a storage, such as a hard drive. De-serialization reverses the process.
Another term to describe the same process called marshall / unmarshall an object.