In reading "C # Web Services Advanced Programming", multiple times of data serialization is mentioned, here, look at it, summarize as follows:
Serialization refers to the process of converting the status of the object into a form in which it can be stored and transmitted. Microsoft provides two ways of serialization. One is: binary, one thing: XML and SOAP.
Therefore, all objects can be defined as serialization, but in general, the objects that need to be stored, the transmitted objects are defined as a serialization, such as: Customer, Supplier, Invoice, etc. may require transmission, storage Define into serialization, while MaintenanceView, Document is generally not defined as serialization.
Serialization is also called serialization, which is to convert the state of the instance into text (or the secondary system, XML is definitely text) in order to permanently save (so sometimes persistent) or pass between networks.
-------------------------
In addition, it is concurrent, and the lower side is the understanding:
I think the translation of parallelization is wrong, it is easy to misunderstand. Parallelization and serialization are different ways of sequential processing, and the concept of books refers to the serialization reverse operation, that is, compared with serialization, the original source turns into the destination, the original purpose The end, becomes the source. Therefore, it should be translated into "reverse series."
---------------------------
Other points have not found, parallelized or unprecedented