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.Persistence/3.3/Core/FormatBase.cs

    r1574 r1853  
    11using System;
     2using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    23
    34namespace HeuristicLab.Persistence.Interfaces {
    45
     6  [EmptyStorableClass]
    57  public abstract class FormatBase<SerialDataFormat> : IFormat<SerialDataFormat> where SerialDataFormat : ISerialData {
    68
Note: See TracChangeset for help on using the changeset viewer.