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

مشاهدة النسخة كاملة : Multiple Object Type Serialization



C# Programming
06-17-2009, 08:00 PM
Hi All,

I was wondering if someone could point me in the right direction.

I am trying to figure out how to hold multiple object types in a single serialized file.

E.g. If i was wanting to save settings class and a person class in a single serialized file, what would be the best method... also, how can you determine and objects type when deserializing the file.

Thanks in advance,
TF