Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (8 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/BidirectionalLookup.cs

    r13386 r14711  
    2626
    2727namespace HeuristicLab.Collections {
    28   [StorableClass("0BF45891-847C-428B-9F2C-FD682320066C")]
     28  [StorableType("0BF45891-847C-428B-9F2C-FD682320066C")]
    2929  [Serializable]
    3030  public class BidirectionalLookup<TFirst, TSecond> {
     
    189189    #endregion
    190190
    191     [StorableClass("066A8A8B-784D-45CC-9063-F2FC8E9A4442")]
     191    [StorableType("066A8A8B-784D-45CC-9063-F2FC8E9A4442")]
    192192    private class StorableGrouping<TKey, TValue> : IGrouping<TKey, TValue> {
    193193
Note: See TracChangeset for help on using the changeset viewer.