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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top