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 |