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.Problems.ArtificialAnt/3.4/Symbols/Prog2.cs

    r13368 r14711  
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2727namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    28   [StorableClass("9598AA16-A005-431B-AB67-00EC775805F0")]
     28  [StorableType("9598AA16-A005-431B-AB67-00EC775805F0")]
    2929  [Item("Prog2", "Represents the sequence symbol with 2 sub-trees in a artificial ant expression.")]
    3030  public sealed class Prog2 : Symbol {
Note: See TracChangeset for help on using the changeset viewer.