Click here to Skip to main content
16,007,610 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: TCP/IP vs. HTTP Pin
Paul Watson27-May-02 9:29
sitebuilderPaul Watson27-May-02 9:29 
QuestionProject config out of date? Pin
Lunchy19-May-02 7:49
Lunchy19-May-02 7:49 
AnswerRe: Project config out of date? Pin
James T. Johnson21-May-02 6:10
James T. Johnson21-May-02 6:10 
GeneralRe: Project config out of date? Pin
Lunchy21-May-02 6:25
Lunchy21-May-02 6:25 
GeneralRe: Project config out of date? Pin
James T. Johnson21-May-02 6:27
James T. Johnson21-May-02 6:27 
GeneralRe: Project config out of date? Pin
Lunchy21-May-02 7:37
Lunchy21-May-02 7:37 
GeneralCustom Serialization Pin
Gluber17-May-02 9:58
Gluber17-May-02 9:58 
GeneralRe: Custom Serialization Pin
James T. Johnson17-May-02 16:09
James T. Johnson17-May-02 16:09 
The way the default serializer works, is it will not serialize an object if it is already serialized, but it will store a value so that when deserialized it will point to the proper object. So you shouldn't have to implement ISerializable.

Anyway, in your code the problem is the foreach loop. You are adding the node names and the nodes, but they have the same name each time; so you are adding the data but when you go to deserialize it, you are getting the same data back each time.

James

Simplicity Rules!
GeneralRe: Custom Serialization Pin
Gluber18-May-02 2:56
Gluber18-May-02 2:56 
GeneralRe: Custom Serialization Pin
James T. Johnson21-May-02 6:06
James T. Johnson21-May-02 6:06 
GeneralRe: Custom Serialization Pin
Neil Van Note21-May-02 19:21
Neil Van Note21-May-02 19:21 
QuestionPaste as plain text in VC7? Pin
Todd Smith16-May-02 12:21
Todd Smith16-May-02 12:21 
AnswerRe: Paste as plain text in VC7? Pin
Andres Manggini16-May-02 14:26
Andres Manggini16-May-02 14:26 
GeneralRe: Paste as plain text in VC7? Pin
Todd Smith16-May-02 14:42
Todd Smith16-May-02 14:42 
AnswerRe: Paste as plain text in VC7? Pin
James T. Johnson17-May-02 1:16
James T. Johnson17-May-02 1:16 
GeneralRe: Paste as plain text in VC7? Pin
Todd Smith20-May-02 10:50
Todd Smith20-May-02 10:50 
QuestionWhat is the min OS I can install .Net on? Pin
Srini Kella15-May-02 7:38
Srini Kella15-May-02 7:38 
AnswerRe: What is the min OS I can install .Net on? Pin
Mazdak15-May-02 8:14
Mazdak15-May-02 8:14 
AnswerRe: What is the min OS I can install .Net on? Pin
James T. Johnson15-May-02 8:17
James T. Johnson15-May-02 8:17 
GeneralRe: What is the min OS I can install .Net on? Pin
Kevin McFarlane27-May-02 9:55
Kevin McFarlane27-May-02 9:55 
QuestionWhat is your %PATH% after installing .NET? Pin
Todd Smith13-May-02 18:42
Todd Smith13-May-02 18:42 
AnswerRe: What is your %PATH% after installing .NET? Pin
James T. Johnson13-May-02 18:41
James T. Johnson13-May-02 18:41 
General.NET via C++ COM Pin
rkiesler13-May-02 8:44
rkiesler13-May-02 8:44 
GeneralRe: .NET via C++ COM Pin
Rama Krishna Vavilala16-May-02 14:49
Rama Krishna Vavilala16-May-02 14:49 
GeneralRe: .NET via C++ COM Pin
rkiesler17-May-02 3:19
rkiesler17-May-02 3:19 

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.