HELP: XML De-Serialization with ID & IDREF

Hypnotron

New member
Joined
Mar 6, 2005
Messages
1
Hello,
Im using the System.Xml.Serialization for serializing/deserializing objects. Now I thought that using ID and IDREF automatically worked? But when i use them, it simply loads a new instance of the object rather than the one referenced by IDREF.

Can anyone help? Is this something I have to code in myself?

-Hypnotron
 
Back
Top