Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 14:45:46 (15 years ago)
Author:
epitzer
Message:

make most serializers internal and complete API documentation (#548)

Location:
trunk/sources/HeuristicLab.Persistence/3.3/Interfaces
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/ICompositeSerializer.cs

    r3016 r3036  
    4242    /// <summary>
    4343    /// Generate MetaInfo necessary for instance creation. (e.g. dimensions
    44     /// necessary for array creation (see <see cref="ArraySerializer"/>).
     44    /// necessary for array creation.
    4545    /// </summary>
    4646    /// <param name="obj">An object.</param>
  • trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/IFormat.cs

    r3016 r3036  
    2525  /// Marker interface for new serialization output format.  Instead of implementing this
    2626  /// interface, derive from FormatBase.
    27   /// </summary> 
     27  /// </summary>
     28  /// <typeparam name="SerialDataFormat">The type of the serial data format.</typeparam>
    2829  public interface IFormat<SerialDataFormat> : IFormat where SerialDataFormat : ISerialData {
    2930  }
Note: See TracChangeset for help on using the changeset viewer.