source:
trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/ISerialData.cs
@
1762
Last change on this file since 1762 was 1566, checked in by epitzer, 16 years ago | |
---|---|
File size: 284 bytes |
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace HeuristicLab.Persistence.Interfaces { |
4 | |
5 | |
6 | /// <summary> |
7 | /// Marker interface for serialized values generated and parsed by |
8 | /// the formatter and output and read by generator and parser. |
9 | /// </summary> |
10 | public interface ISerialData { } |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.