Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/ISerialData.cs @ 3004

Last change on this file since 3004 was 3004, checked in by epitzer, 14 years ago

add complete persistence API docs (#548)

File size: 290 bytes
Line 
1using System;
2
3namespace 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.