Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#888 closed defect (done)

Indirect cycles cannot be deserialized

Reported by: epitzer Owned by: epitzer
Priority: low Milestone: HeuristicLab 3.3.0
Component: Persistence Version: 3.3
Keywords: Cc:

Description

The following case cannot be deserialized because the outer object is only created after the inner object is deserialized.

<COMPOSITE id="1">
  <COMPOSITE>
    <REFERENCE ref="1"/>
  </COMPOSITE>
</COMPOSITE>

Change History (3)

comment:1 Changed 14 years ago by epitzer

  • Resolution set to fixed
  • Status changed from new to closed

Always instantiate parent before processing an inner composite. (r2873)

comment:2 Changed 14 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.