Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/18 16:10:48 (5 years ago)
Author:
jkarder
Message:

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Optimization/3.3/RunCollectionModification/Calculator.cs

    r16453 r16462  
    2929using HeuristicLab.Core;
    3030using HeuristicLab.Data;
    31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     31using HEAL.Fossil;
    3232
    3333namespace HeuristicLab.Optimization {
    3434
    35   [StorableClass]
     35  [StorableType("6C41AF6F-5F02-4510-B1B5-222651C4021B")]
    3636  public class Calculator : IDeepCloneable {
    3737
     
    5454
    5555    [StorableConstructor]
    56     protected Calculator(bool deserializing) { }
     56    protected Calculator(StorableConstructorFlag _) { }
    5757    public Calculator() { }
    5858    protected Calculator(Calculator original, Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.