Last change
on this file since 1772 was
1659,
checked in by epitzer, 16 years ago
|
Add missing attributes and create type hierarchy for formatters. (#548)
|
File size:
285 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 | public abstract class XmlFormatterBase<T> : FormatterBase<T, XmlString> { }
|
---|
8 |
|
---|
9 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.