Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/19 17:26:02 (5 years ago)
Author:
gkronber
Message:

#2936: adapted branch to new persistence (works with HL trunk r16711)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPAssignmentArchive.cs

    r16077 r16712  
    2424using HeuristicLab.Core;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     26using HEAL.Attic;
    2627
    2728namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment {
    2829  [Item("GQAPAssignmentArchive", "Stores the pareto front of assignments.")]
    29   [StorableClass]
     30  [StorableType("EA3C4BB4-322B-47EB-8A04-95DADA3D2C02")]
    3031  public sealed class GQAPAssignmentArchive : Item, INotifyPropertyChanged {
    3132
     
    5354
    5455    [StorableConstructor]
    55     private GQAPAssignmentArchive(bool deserializing) : base(deserializing) { }
     56    private GQAPAssignmentArchive(StorableConstructorFlag _) : base(_) { }
    5657    private GQAPAssignmentArchive(GQAPAssignmentArchive original, Cloner cloner)
    5758      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.