Click here to Skip to main content
15,894,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Desktop Control Pin
Anonymous24-Mar-04 14:09
Anonymous24-Mar-04 14:09 
GeneralRe: Desktop Control Pin
Heath Stewart24-Mar-04 17:00
protectorHeath Stewart24-Mar-04 17:00 
GeneralDistinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 13:57
Ruchi Gupta23-Mar-04 13:57 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 14:09
protectorHeath Stewart23-Mar-04 14:09 
GeneralRe: Distinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 14:41
Ruchi Gupta23-Mar-04 14:41 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 18:00
protectorHeath Stewart23-Mar-04 18:00 
GeneralXML Serialization and ArrayLists Pin
raindog23-Mar-04 13:23
raindog23-Mar-04 13:23 
GeneralRe: XML Serialization and ArrayLists Pin
Heath Stewart23-Mar-04 13:45
protectorHeath Stewart23-Mar-04 13:45 
First of all, using a binary formatter implies you're using runtime serialization. Runtime serialization and XML serialization are COMPLETELY different monsters. Don't confuse the two. You can read more about the differences by reading Serializing Objects[^] in the .NET Framework SDK. Also, binary and SOAP serialization are in the System.Runtime.Serialization (and child) namespaces, while XML Serialization is in System.Xml.Serialization.

To answer your question, though, take a look at the XmlArrayAttribute and the XmlArrayItemAttribute that you'd use both on your ArrayList property.

 

Microsoft MVP, Visual C#
My Articles
GeneralWindows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:03
schnee2k323-Mar-04 13:03 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Heath Stewart23-Mar-04 13:34
protectorHeath Stewart23-Mar-04 13:34 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:40
schnee2k323-Mar-04 13:40 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Matthew Hazlett23-Mar-04 14:48
Matthew Hazlett23-Mar-04 14:48 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
leppie24-Mar-04 6:17
leppie24-Mar-04 6:17 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
schnee2k324-Mar-04 13:07
schnee2k324-Mar-04 13:07 
QuestionHow to change url of running iexplorer instance? Pin
ckl_8823-Mar-04 12:47
ckl_8823-Mar-04 12:47 
AnswerRe: How to change url of running iexplorer instance? Pin
Heath Stewart23-Mar-04 13:01
protectorHeath Stewart23-Mar-04 13:01 
GeneralRe: How to change url of running iexplorer instance? Pin
ckl_8823-Mar-04 13:50
ckl_8823-Mar-04 13:50 
GeneralRe: How to change url of running iexplorer instance? Pin
Heath Stewart23-Mar-04 14:01
protectorHeath Stewart23-Mar-04 14:01 
GeneralStrange problem with ownerdraw listbox Pin
Anders Molin23-Mar-04 12:41
professionalAnders Molin23-Mar-04 12:41 
GeneralRe: Strange problem with ownerdraw listbox Pin
Heath Stewart23-Mar-04 13:05
protectorHeath Stewart23-Mar-04 13:05 
GeneralRe: Strange problem with ownerdraw listbox Pin
Anders Molin23-Mar-04 13:22
professionalAnders Molin23-Mar-04 13:22 
GeneralRe: Strange problem with ownerdraw listbox Pin
Heath Stewart23-Mar-04 13:37
protectorHeath Stewart23-Mar-04 13:37 
GeneralRe: Strange problem with ownerdraw listbox Pin
Anders Molin23-Mar-04 13:40
professionalAnders Molin23-Mar-04 13:40 
GeneralRe: Strange problem with ownerdraw listbox Pin
Heath Stewart23-Mar-04 13:48
protectorHeath Stewart23-Mar-04 13:48 
GeneralRe: Strange problem with ownerdraw listbox Pin
Anders Molin23-Mar-04 13:53
professionalAnders Molin23-Mar-04 13:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.