Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (14 years ago)
Author:
epitzer
Message:

Make StorableClass attribute compulsory for StorableSerializer to work, add named property StorableClassType to choose between Empty and MarkedOnly, later other options will be added. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/OptionalValueParameter.cs

    r2947 r2994  
    3030  /// </summary>
    3131  [Item("OptionalValueParameter<T>", "A parameter whose value is defined in the parameter itself or is null.")]
     32  [StorableClass(StorableClassType.MarkedOnly)]
    3233  public class OptionalValueParameter<T> : Parameter, IValueParameter<T> where T : class, IItem {
    3334    private T value;
Note: See TracChangeset for help on using the changeset viewer.