basiaclly yes.

來源: 2009-03-05 20:55:48 [博客] [舊帖] [給我悄悄話] 本文已被閱讀:

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.