Serialization

  • Thread starter Thread starter Deshi
  • Start date Start date
D

Deshi

Hi All

Can anyone help me out to find out the Serializable and non-
serializable object in .net framework library.....
 
Hello Deshi,

use .net reflector to find the objects with Serializable attribute

But why u need this?
If object doesnt have this attribute your can serialize it using custom serialization

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


D> Hi All
D>
D> Can anyone help me out to find out the Serializable and non-
D> serializable object in .net framework library.....
D>
 
Back
Top