Serialization
Working on S mark for serialization. In computer science, in the context of data storage and transmission, serialization is the process of converting a data structure or object state into a format that can be stored (for example, in a file or memory buffer, or transmitted across a network connection link) and "resurrected" later in the same or another computer environment.
More info here: http://en.wikipedia.org/wiki/Serialization
More by German Kopytkov View profile
Like