XMLIgnore each secondary
reference ie Enrolment.Student &
Enrolment.Course
create a property for each secondary
reference that is used to
serialize/deserialize a foreign key
for that reference instead - Prefix
with XML_FK. eg XML_FK_Student &
XML_FK_Course
Create a method XML_FinalizeDeserialization that is
called after deserialization to load
the references using those foreign
key properties.