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
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