difference between serializable class and class in C#.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
please provide explanation what is difference between serializable class and class in C#.net? in which case serializable class is used
-
please provide explanation what is difference between serializable class and class in C#.net? in which case serializable class is used
A serialisable class is marked as such, and it's members appropriately marked. It's used when you want your class to be able to be serialised.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )