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

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("20684258-5D6C-429E-A4CD-538B9566287C")]
     27  [StorableType("20684258-5D6C-429E-A4CD-538B9566287C")]
    2828  [Item("Move", "Represents the move-forward symbol in a artificial ant expression.")]
    2929  public sealed class Move : Symbol {
Note: See TracChangeset for help on using the changeset viewer.