Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (6 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/ProblemCharacteristicAnalysis/CharacteristicCalculator.cs

    r14678 r16728  
    2020#endregion
    2121
     22using System.Collections.Generic;
     23using HEAL.Attic;
    2224using HeuristicLab.Common;
    2325using HeuristicLab.Core;
    2426using HeuristicLab.Data;
    2527using HeuristicLab.Optimization;
    26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using System.Collections.Generic;
    2828
    2929namespace HeuristicLab.Analysis.FitnessLandscape {
    3030  [Item("Characteristic Calculator", "")]
    31   [StorableClass]
     31  [StorableType("389790FF-2F4F-4526-9500-876926CF2E28")]
    3232  public abstract class CharacteristicCalculator : ParameterizedNamedItem, ICharacteristicCalculator {
    3333
     
    4040
    4141    [StorableConstructor]
    42     protected CharacteristicCalculator(bool deserializing) : base(deserializing) { }
     42    protected CharacteristicCalculator(StorableConstructorFlag _) : base(_) { }
    4343    protected CharacteristicCalculator(CharacteristicCalculator original, Cloner cloner)
    4444      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.