source:
trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/XmlFormat.cs
@
1772
Last change on this file since 1772 was 1623, checked in by epitzer, 16 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | using HeuristicLab.Persistence.Interfaces; |
2 | using HeuristicLab.Persistence.Core; |
3 | using HeuristicLab.Persistence.Default.Decomposers.Storable; |
4 | |
5 | namespace HeuristicLab.Persistence.Default.Xml { |
6 | |
7 | [EmptyStorableClass] |
8 | public class XmlFormat : FormatBase<XmlString> { |
9 | public override string Name { get { return "XML"; } } |
10 | } |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.