Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/11 13:01:28 (14 years ago)
Author:
epitzer
Message:

Added custom serializers for generic HashSets and Dictionaries that include the Comparer property (#1375)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r5163 r5290  
    141141    <Compile Include="Default\CompositeSerializers\ArraySerializer.cs" />
    142142    <Compile Include="Default\CompositeSerializers\CompactNumberArray2StringSerializer.cs" />
     143    <Compile Include="Default\CompositeSerializers\ConcreteDictionarySerializer.cs" />
     144    <Compile Include="Default\CompositeSerializers\HashSetSerializer.cs" />
    143145    <Compile Include="Default\CompositeSerializers\DictionarySerializer.cs" />
    144146    <Compile Include="Default\CompositeSerializers\EnumerableSerializer.cs" />
Note: See TracChangeset for help on using the changeset viewer.