c# - Data type with string, string that can be serialized/de serialized to xml -


in c#, can please inform me of best data type can have string, string combination can serialized xml , de serialized xml?

i need able have list of object, , list can serialized xml , de serialized xml.

i have tried dictionary type, causing errors when serializing xml.

i using object xml serialization serialization.

what data type should use? such data type exist?

thanks

edit

i can serialize list<string[]>, wondering if data type exist.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -