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/BidirectionalLookup.cs

    r14185 r14927  
    2323using System.Collections.Generic;
    2424using System.Linq;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     25using HeuristicLab.Persistence;
    2626
    2727namespace HeuristicLab.Collections {
    28   [StorableClass]
     28  [StorableType("5678ae40-181b-4920-a497-795b152648c4")]
    2929  [Serializable]
    3030  public class BidirectionalLookup<TFirst, TSecond> {
     
    189189    #endregion
    190190
    191     [StorableClass]
     191    [StorableType("be5e048b-2a86-4266-a06d-2ae64bb65c00")]
    192192    private class StorableGrouping<TKey, TValue> : IGrouping<TKey, TValue> {
    193193
Note: See TracChangeset for help on using the changeset viewer.