Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/XmlFormat.cs @ 1652

Last change on this file since 1652 was 1623, checked in by epitzer, 16 years ago

Namespace refactoring, visibility check (#548)

File size: 344 bytes
RevLine 
[1454]1using HeuristicLab.Persistence.Interfaces;
2using HeuristicLab.Persistence.Core;
[1623]3using HeuristicLab.Persistence.Default.Decomposers.Storable;
[1454]4
5namespace HeuristicLab.Persistence.Default.Xml {
6
7  [EmptyStorableClass]
[1564]8  public class XmlFormat : FormatBase<XmlString> {
[1566]9    public override string Name { get { return "XML"; } }
[1454]10  }
11
12}
Note: See TracBrowser for help on using the repository browser.