噢,谢谢。我还真没用过serialization /deserialization

is the serialization all about as following?
(ZT) What's this "serialization" thing?

It lets you take an object or group of objects, put them on a disk or send them through a wire or wireless transport mechanism, then later, perhaps on another computer, reverse the process: resurrect the original object(s). The basic mechanisms are to flatten object(s) into a one-dimensional stream of bits, and to turn that stream of bits back into the original object(s).

Like the Transporter on Star Trek, it's all about taking something complicated and turning it into a flat sequence of 1s and 0s, then taking that sequence of 1s and 0s (possibly at another place, possibly at another time) and reconstructing the original complicated "something."

所有跟帖: 

basiaclly yes. -mdq100- 给 mdq100 发送悄悄话 mdq100 的博客首页 (237 bytes) () 03/05/2009 postreply 20:55:48

Thanks, 100... -戏雨飞鹰- 给 戏雨飞鹰 发送悄悄话 戏雨飞鹰 的博客首页 (0 bytes) () 03/05/2009 postreply 20:58:13

请您先登陆,再发跟帖!