Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/09 14:45:44 (15 years ago)
Author:
epitzer
Message:

Migrate HL.Data-3.3 to new persistence library. (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/ObjectData.cs

    r1529 r1669  
    2525using System.Xml;
    2626using HeuristicLab.Core;
     27using HeuristicLab.Persistence.Default.Decomposers.Storable;
    2728
    2829namespace HeuristicLab.Data {
     
    3132  /// </summary>
    3233  public class ObjectData : ItemBase, IObjectData {
     34
     35    [Storable]
    3336    private object myData;
    3437    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.