XML: How to reprepresent objects with multiple occurences?
- by savras
hi, i need to save objects that can occur multiple times.
each object is marked with unique identifier. when it is serialized first time all its properties are written. after that only references are used.
<actionHistory>
<add>
<figure id="1" xsi:type="point">
<position x="1" y="2" />
</figure>
…