Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 17:09:45 (15 years ago)
Author:
epitzer
Message:

Fix EmptyStorableClass attributes. (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/ItemBase.cs

    r1529 r1853  
    2424using System.Text;
    2525using System.Xml;
     26using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2627
    2728namespace HeuristicLab.Core {
     
    2930  /// Represents the base class for all basic item types.
    3031  /// </summary>
     32  [EmptyStorableClass]
    3133  public abstract class ItemBase : StorableBase, IItem {
    3234    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.