Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 14:21:54 (15 years ago)
Author:
epitzer
Message:

Streamline formatter configuration interface. Source types are already embedded in formatter generic type. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/UnitTests/UseCases.cs

    r1653 r1654  
    379379      XmlGenerator.Serialize(sdt, tempFile,
    380380        new Configuration(new XmlFormat(),
    381           new Dictionary<Type, IFormatter> {
    382           { typeof(string), new String2XmlFormatter() } },
     381          new List<IFormatter> { new String2XmlFormatter() },
    383382          new List<IDecomposer> {
    384383            new StorableDecomposer(),
Note: See TracChangeset for help on using the changeset viewer.