Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Collections/3.3/ObservableList.cs

    r14185 r14927  
    2121
    2222using HeuristicLab.Common;
    23 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     23using HeuristicLab.Persistence;
    2424using System;
    2525using System.Collections;
     
    2929
    3030namespace HeuristicLab.Collections {
    31   [StorableClass]
     31  [StorableType("0125ad8d-706c-4ba0-9689-57eae44544cd")]
    3232  [Serializable]
    3333  public class ObservableList<T> : IObservableList<T> {
Note: See TracChangeset for help on using the changeset viewer.