Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Common/3.3/DeepCloneable.cs

    r14185 r14929  
     1using HeuristicLab.Persistence;
    12#region License Information
    23/* HeuristicLab
     
    2526  /// Represents a base class for all deeply cloneable objects.
    2627  /// </summary>
     28  [StorableType("c184f5d2-596e-4b10-a25a-7a87fbf3d4de")]
    2729  public abstract class DeepCloneable : IDeepCloneable {
    2830    protected DeepCloneable(DeepCloneable original, Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.