HighTechTalks DotNet Forums  

What type objects can we can not serialiaze in dot net ?

Dotnet Framework microsoft.public.dotnet.framework


Discuss What type objects can we can not serialiaze in dot net ? in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Bhuwan Bhaskar
 
Posts: n/a

Default What type objects can we can not serialiaze in dot net ? - 10-29-2007 , 05:01 AM






Hi,

What type objects can we can not serialiaze in dot net ?

Thanks N Regards,
Bhuwan



Reply With Quote
  #2  
Old   
Michael Nemtsev, MVP
 
Posts: n/a

Default Re: What type objects can we can not serialiaze in dot net ? - 10-29-2007 , 05:31 AM






Hello Bhuwan,

What do you want to get?
All types can be serialized somehow

---
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


BB> Hi,
BB>
BB> What type objects can we can not serialiaze in dot net ?
BB>
BB> Thanks N Regards,
BB> Bhuwan



Reply With Quote
  #3  
Old   
Cowboy \(Gregory A. Beamer\)
 
Posts: n/a

Default Re: What type objects can we can not serialiaze in dot net ? - 10-29-2007 , 10:27 AM



Technically, any object can serialize. It would be wise, however, to avoid
serializing objects that have underlying hooks into unmanaged code (COM
Interop, for example or a data bound object with an open SQL connection).
The later (SQL connection) is bad form anyway.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
Quote:
Think outside the box!

*************************************************
"Bhuwan Bhaskar" <kxxx (AT) gmail (DOT) com> wrote

Quote:
Hi,

What type objects can we can not serialiaze in dot net ?

Thanks N Regards,
Bhuwan




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.