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