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.