Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 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.Core/3.3/Collections/DirectedGraph/Arc.cs

    r13386 r14711  
    2626namespace HeuristicLab.Core {
    2727  [Item("Arc", "A graph arc connecting two graph vertices, that can have a weight, label, and data object for holding additional info")]
    28   [StorableClass("B9E1D948-BCEF-4B07-AADD-2E39A80F15DF")]
     28  [StorableType("B9E1D948-BCEF-4B07-AADD-2E39A80F15DF")]
    2929  public class Arc : Item, IArc {
    3030    [Storable]
     
    8282  }
    8383
    84   [StorableClass("9C41B31C-E208-46A2-87FC-45A9F0A9A928")]
     84  [StorableType("9C41B31C-E208-46A2-87FC-45A9F0A9A928")]
    8585  public class Arc<T> : Arc, IArc<T> where T : class,IDeepCloneable {
    8686    [Storable]
Note: See TracChangeset for help on using the changeset viewer.