Saving objects with Cross-reference
C#
24
Posts
4
Posters
0
Views
1
Watching
-
-
larsp777 wrote:
No, I don't think I did it in XML. I saved the objects in a binary format.
:) If you save a collection using the binary-formatter, then it'll also save the pointers. If you use XML, you'll have to save the relations yourself, or keep a list.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
larsp777 wrote:
No, I don't think I did it in XML. I saved the objects in a binary format.
:) If you save a collection using the binary-formatter, then it'll also save the pointers. If you use XML, you'll have to save the relations yourself, or keep a list.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]