Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

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

    r3016 r3017  
    77  /// Common base class for defining a new serialization format.
    88  /// </summary> 
    9   [StorableClass(StorableClassType.Empty)]
     9  [StorableClass]
    1010  public abstract class FormatBase<SerialDataFormat> : IFormat<SerialDataFormat> where SerialDataFormat : ISerialData {
    1111
Note: See TracChangeset for help on using the changeset viewer.