Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/17 10:19:39 (7 years ago)
Author:
gkronber
Message:

#2520: added missing StorableType attributes and registered more types. All samples can be deserialized and serialized now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs

    r14713 r14714  
    5858      // 
    5959      // 
    60       //  "B7313EE2-045F-41C9-AEC9-7B1A8CDBF90F"
    61       //  "D5265599-7380-4A28-AB0D-9F336EF290C5"
    62       //  "6A92B935-5D05-42D8-933C-333C9AB71133"
    63       //  "934A44AA-7E04-4E2D-B640-EDD3DE24894F"
     60      // 
     61      // 
     62      // 
     63      // 
    6464      //  "0F24C888-AF34-4318-9472-187B9AA85F3C"
    6565
     
    114114      // RegisterType(new Guid("7DF325A6-2553-4915-B7C6-D98191107CB7"), typeof(string[]));
    115115
    116       RegisterType(new Guid("E451A99B-0CFD-48E6-9BEF-0AE9D1E73628"), typeof(IList));                                       
     116      RegisterType(new Guid("E451A99B-0CFD-48E6-9BEF-0AE9D1E73628"), typeof(IList));
     117      RegisterType(new Guid("B7313EE2-045F-41C9-AEC9-7B1A8CDBF90F"), typeof(IEnumerable));
     118      RegisterType(new Guid("D5265599-7380-4A28-AB0D-9F336EF290C5"), typeof(IEnumerable<>));
    117119      RegisterType(new Guid("DB2A785C-5803-42C7-A01F-E1FD845A83A1"), typeof(List<>));
    118120      RegisterType(new Guid("EB98A564-BEDC-458A-9E9B-4BF3CDAFB9BE"), typeof(Stack<>));
Note: See TracChangeset for help on using the changeset viewer.