Hi
I know that in .Net Dictionary is serializable and I found my own work around in order to solve this issue in my application but I'm very curious for knowing the reason for it.
Does anyone know the reason why Dictionary is serializable ?
Thanks
Amir
Loading
Niradhip ChakrabortyPosted Jul 13, 2009, 3:08 PM
So if you need a keyed list and your objects include unique values, you can use KeyedCollection and get the benefits of serialization as well.
You also can check it out:
1.http://www.c-sharpcorner.com/Blogs/BlogDetail.aspx?BlogId=362
Kumar AGPosted Jul 13, 2009, 10:40 AM