How to make a class serializable without Serializable attibute in .net
Posted
by Ashwani K
on Stack Overflow
See other posts from Stack Overflow
or by Ashwani K
Published on 2010-03-17T10:29:04Z
Indexed on
2010/03/17
10:31 UTC
Read the original article
Hit count: 322
.NET
|serializable
Hello All:
I have one debugger visualizer for seeing list of class object in the form of data table. But the limitation for the code is that the class should be serializable i.e. should be marked as [Serializable] and if the class is not marked Serializable then the debugger crashes. So, can anybody tell me how to make a class Serializable at run time if the class is not marked Serializable.
Thanks Ashwani
© Stack Overflow or respective owner