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.Problems.BinPacking/3.3/2D/BinPacking2D.cs

    r14916 r14927  
    2323using System.Collections.Generic;
    2424using System.Linq;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     25using HeuristicLab.Persistence;
    2626using HeuristicLab.Core;
    2727using HeuristicLab.Common;
     
    2929namespace HeuristicLab.Problems.BinPacking2D {
    3030  [Item("BinPacking2D", "Represents a single-bin packing for a 2D bin-packing problem.")]
    31   [StorableClass]
     31  [StorableType("1cac9596-5e77-41c1-a4ae-64ad6182687d")]
    3232  public class BinPacking2D : BinPacking.BinPacking<PackingPosition, PackingShape, PackingItem> {
    3333
Note: See TracChangeset for help on using the changeset viewer.