pelican Posted March 23, 2005 Posted March 23, 2005 Hi, is there any way to serialize a collection into xml? i've tried using [XmlRoot] , [XmlType] in the collection class but cant. Please advise. Quote
Administrators PlausiblyDamp Posted March 23, 2005 Administrators Posted March 23, 2005 Any chance you could show what code you have so far? Are you using the XmlSerializer class within the framework? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
pelican Posted May 12, 2005 Author Posted May 12, 2005 i solve my problem using [XmlArray("Plural")] [XmlArrayItem("Single",typeof(classtype))] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.