Last change
on this file since 2219 was
1823,
checked in by epitzer, 16 years ago
|
Namespace refactoring: rename formatters & decomposers -> primitive and composite serializers. (#603)
|
File size:
292 bytes
|
Rev | Line | |
---|
[1564] | 1 | using System;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Persistence.Interfaces {
|
---|
| 4 |
|
---|
[1566] | 5 |
|
---|
[1564] | 6 | /// <summary>
|
---|
| 7 | /// Marker interface for serialized values generated and parsed by
|
---|
[1823] | 8 | /// primitive serializers and output and read by generator and parser.
|
---|
[1564] | 9 | /// </summary>
|
---|
| 10 | public interface ISerialData { }
|
---|
| 11 |
|
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.