
August 14th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 874
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Serialization with .NET
Initializing and manipulating objects in a program is fairly straightforward, but in some situations, this isn't enough. Rather than just being used and discarded, it's sometimes necessary for an object to be preserved for later use. It's also sometimes necessary for objects to be sent to another computer. This process of preserving objects is known as serialization.
Read the full article here: Serialization with .NET
For more discussion go here: Blog Article Discussion
|