Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableSerializer.cs

    r12012 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3333  /// <summary>
    3434  /// Intended for serialization of all custom classes. Classes should have the
    35   /// <c>[StorableClass]</c> attribute set. The default mode is to serialize
     35  /// <c>[StorableClass("FB71B522-2818-48CD-AF43-EB1E0C2D6504")]</c> attribute set. The default mode is to serialize
    3636  /// members with the <c>[Storable]</c> attribute set. Alternatively the
    3737  /// storable mode can be set to <c>AllFields</c>, <c>AllProperties</c>
    3838  /// or <c>AllFieldsAndAllProperties</c>.
    3939  /// </summary>
    40   [StorableClass]
     40  [StorableClass("FB71B522-2818-48CD-AF43-EB1E0C2D6504")]
    4141  public sealed class StorableSerializer : ICompositeSerializer {
    4242
Note: See TracChangeset for help on using the changeset viewer.