Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/19 17:29:06 (5 years ago)
Author:
ddorfmei
Message:

#2931: Upgraded persistence to HEAL.Attic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.Data/3.3/TextValue.cs

    r16373 r16736  
    2222using HeuristicLab.Common;
    2323using HeuristicLab.Core;
    24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     24using HEAL.Attic;
    2525
    2626namespace HeuristicLab.Data {
    2727  [Item("TextValue", "Represents a multiline string.")]
    28   [StorableClass]
     28  [StorableType("136E9CD4-D340-44B1-A7CE-CF1A70D1C032")]
    2929  public class TextValue : StringValue, ITextValue {
    3030
     
    4040
    4141    [StorableConstructor]
    42     protected TextValue(bool deserializing) : base(deserializing) { }
     42    protected TextValue(StorableConstructorFlag _) : base(_) { }
    4343
    4444    protected TextValue(TextValue original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.