Apr
22nd | 2008

Is [Serializable] == ISerializable? No!

Posted by Shahar A |
Filed under .Net, C# |

Serialization is the process of saving an object onto a storage medium (such as a file, or a memory buffer) or transmiting it across a network connection link in binary form.
The .NET Framework provides an easy-to-use serialization mechanism by using the [Serializable] attribute. If so why do we need the ISerializable interface? Lets compare to see [...]


Continue Reading...

Search Dev102