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