C
Chakravarthy
I wanted to store the object of a .NET C# class in the image column of SQL
Server, so i added the [Serializable] attribute to the class. At run time,
it kept throwing exceptions referring to some related class not being
serialized. This kept on and on.
If a class has to be serialized, is there any rule on which relations also
need to be serialized ?
Server, so i added the [Serializable] attribute to the class. At run time,
it kept throwing exceptions referring to some related class not being
serialized. This kept on and on.
If a class has to be serialized, is there any rule on which relations also
need to be serialized ?