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."
噢,謝謝。我還真沒用過serialization /deserialization
所有跟帖:
•
basiaclly yes.
-mdq100-
♂
(237 bytes)
()
03/05/2009 postreply
20:55:48
•
Thanks, 100...
-戲雨飛鷹-
♀
(0 bytes)
()
03/05/2009 postreply
20:58:13