Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/18 16:10:48 (5 years ago)
Author:
jkarder
Message:

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Auxiliary/TypeName.cs

    r16453 r16462  
    2424using System.Linq;
    2525using System.Text;
    26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     26using HEAL.Fossil;
    2727
    2828namespace HeuristicLab.Persistence.Auxiliary {
     
    104104
    105105    [StorableConstructor]
    106     protected TypeName(bool deserializing) { }
     106    protected TypeName(StorableConstructorFlag _) { }
    107107    /// <summary>
    108108    /// Initializes a new instance of the <see cref="TypeName"/> class.
Note: See TracChangeset for help on using the changeset viewer.