Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/18 16:10:48 (6 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.Collections/3.3/ObservableSet.cs

    r16453 r16462  
    2525using System.ComponentModel;
    2626using System.Linq;
    27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HEAL.Fossil;
    2828
    2929namespace HeuristicLab.Collections {
    30   [StorableClass]
     30  [StorableType("44FF4DAE-F308-4B3B-8475-0B0327619657")]
    3131  [Serializable]
    3232  public class ObservableSet<T> : IObservableSet<T> {
     
    6060    }
    6161    [StorableConstructor]
    62     protected ObservableSet(bool deserializing) { }
     62    protected ObservableSet(StorableConstructorFlag _) { }
    6363    #endregion
    6464
Note: See TracChangeset for help on using the changeset viewer.