Click here to Skip to main content
15,916,371 members
Home / Discussions / C#
   

C#

 
GeneralStreaming With Flash media Encoder Pin
kibromg1-Feb-08 5:38
kibromg1-Feb-08 5:38 
GeneralRe: Streaming With Flash media Encoder Pin
Pete O'Hanlon1-Feb-08 9:42
mvePete O'Hanlon1-Feb-08 9:42 
QuestionBinding XML to TreeView - can't get it working? Pin
espeholt_jr1-Feb-08 4:44
espeholt_jr1-Feb-08 4:44 
General.net 2.0 multi selection drop down Pin
arkiboys1-Feb-08 4:03
arkiboys1-Feb-08 4:03 
GeneralRe: .net 2.0 multi selection drop down Pin
Bijesh1-Feb-08 4:44
Bijesh1-Feb-08 4:44 
GeneralLinkedList XML serialization problem Pin
Kosomot1-Feb-08 3:55
Kosomot1-Feb-08 3:55 
GeneralRe: LinkedList XML serialization problem Pin
Skippums1-Feb-08 5:17
Skippums1-Feb-08 5:17 
GeneralRe: LinkedList XML serialization problem Pin
Kosomot1-Feb-08 7:29
Kosomot1-Feb-08 7:29 
Thanks for the reply,

The Serializable attribute and ISerializable are connected with regular serialization, not XML serialization. So marking the class as Serializable or implementing ISerializable won't solve the problem.

As for IXmlSerializable, it would probably work, but I would have to implement my own xml serialization routines for the LinkedList, which would lead to adding an amount of unnecessary code (and I would need to do the same for other collection classes, like List<> or Dictionary<>, which also cause the same problem), and it's not what I would want to do.

If I won't find any other way to solve this problem, I think I'll just use a BinaryFormatter to serialize this class.
GeneralRe: LinkedList XML serialization problem Pin
Skippums1-Feb-08 8:33
Skippums1-Feb-08 8:33 
GeneralApplication on LAN Pin
mehrdadc481-Feb-08 1:14
mehrdadc481-Feb-08 1:14 
GeneralRe: Application on LAN Pin
Not Active1-Feb-08 2:59
mentorNot Active1-Feb-08 2:59 
GeneralSave the selected items on txt file Pin
Strategic_Thinker1-Feb-08 1:11
Strategic_Thinker1-Feb-08 1:11 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 2:57
mentorNot Active1-Feb-08 2:57 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 3:44
Strategic_Thinker1-Feb-08 3:44 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 4:07
mentorNot Active1-Feb-08 4:07 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 4:49
Strategic_Thinker1-Feb-08 4:49 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 4:58
mentorNot Active1-Feb-08 4:58 
GeneralRe: Save the selected items on txt file Pin
J4amieC1-Feb-08 5:29
J4amieC1-Feb-08 5:29 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 5:40
Strategic_Thinker1-Feb-08 5:40 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 5:45
mentorNot Active1-Feb-08 5:45 
GeneralRe: Save the selected items on txt file Pin
DaveyM691-Feb-08 7:26
professionalDaveyM691-Feb-08 7:26 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 8:43
mentorNot Active1-Feb-08 8:43 
GeneralRe: Save the selected items on txt file Pin
DaveyM691-Feb-08 9:39
professionalDaveyM691-Feb-08 9:39 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 10:06
Strategic_Thinker1-Feb-08 10:06 
GeneralProblem Regarding this code Plz help me (currency converson) Pin
satya461-Feb-08 0:51
satya461-Feb-08 0:51 

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.