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/3D/PackingItem.cs

    r14162 r14927  
    2121
    2222using HeuristicLab.Core;
    23 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     23using HeuristicLab.Persistence;
    2424using HeuristicLab.Common;
    2525using HeuristicLab.Data;
     
    2929namespace HeuristicLab.Problems.BinPacking3D {
    3030  [Item("PackingItem (3d)", "Represents a cuboidic packing-item for bin-packing problems.")]
    31   [StorableClass]
     31  [StorableType("d5ca5bc2-c35c-4788-8102-96f96e6b6c8b")]
    3232  public class PackingItem : PackingShape, IPackingItem {
    3333    public IValueParameter<PackingShape> TargetBinParameter {
Note: See TracChangeset for help on using the changeset viewer.