المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Binary Serialization of Dictionary



C# Programming
09-23-2009, 01:50 AM
I want to Serialize a Dictionary in Binary format but I get an error message telling that this objecto is not Serializable, is there any way of do it or I need to create my own dictionary class.

Regards