Home All Groups Group Topic Archive Search About

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

Author
29 Oct 2007 9:01 AM
Bhuwan Bhaskar
Hi,

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

Thanks N Regards,
Bhuwan

Author
29 Oct 2007 9:31 AM
Michael Nemtsev, MVP
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
Author
29 Oct 2007 2:27 PM
Cowboy (Gregory A. Beamer)
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

*************************************************
Show quote
| Think outside the box!
|
*************************************************
"Bhuwan Bhaskar" <k***@gmail.com> wrote in message
news:%23I6oBpgGIHA.1188@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> What type objects can we can not serialiaze in dot net ?
>
> Thanks N Regards,
> Bhuwan
>

AddThis Social Bookmark Button