Free cookie consent management tool by TermsFeed Policy Generator

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

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Persistence/3.3/Core/Serializer.cs

    r14185 r14927  
    247247            emitTypeInfo);
    248248        throw CreatePersistenceException(type, "Could not determine how to serialize a value.", true);
    249       }
    250       catch (Exception x) {
     249      } catch (Exception x) {
    251250        if (isTestRun) {
    252251          exceptions.Add(x);
     
    260259            false);
    261260        }
    262       }
    263       finally {
     261      } finally {
    264262        objectGraphTrace.Pop();
    265263      }
    266     }   
     264    }
    267265
    268266    private PersistenceException CreatePersistenceException(Type type, string message, bool appendConfig) {
Note: See TracChangeset for help on using the changeset viewer.