
August 15th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 854
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Delving Deeper into Serialization with .NET
In "Serialization with .NET," we began by serializing a simple string. Then, we moved on to serializing custom types and examined how a class can participate in the serialization and deserialization processes using the OnSerializing, OnSerialized, OnDeserializing and OnDeserialized attributes. In this article, we'll continue to examine serialization with .NET.
Read the full article here: Delving Deeper into Serialization with .NET
For more discussion go here: Blog Article Discussion
|