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.Data/3.3/IntArrayData.cs

    r1669 r1853  
    2626using HeuristicLab.Core;
    2727using System.Globalization;
     28using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2829
    2930namespace HeuristicLab.Data {
     
    3132  /// The representation of an array of integer values.
    3233  /// </summary>
     34  [EmptyStorableClass]
    3335  public class IntArrayData : ArrayDataBase {
    3436    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.