Changeset 3036 for trunk/sources/HeuristicLab.Persistence/3.3/Interfaces
- Timestamp:
- 03/15/10 14:45:46 (15 years ago)
- 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 42 42 /// <summary> 43 43 /// Generate MetaInfo necessary for instance creation. (e.g. dimensions 44 /// necessary for array creation (see <see cref="ArraySerializer"/>).44 /// necessary for array creation. 45 45 /// </summary> 46 46 /// <param name="obj">An object.</param> -
trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/IFormat.cs
r3016 r3036 25 25 /// Marker interface for new serialization output format. Instead of implementing this 26 26 /// interface, derive from FormatBase. 27 /// </summary> 27 /// </summary> 28 /// <typeparam name="SerialDataFormat">The type of the serial data format.</typeparam> 28 29 public interface IFormat<SerialDataFormat> : IFormat where SerialDataFormat : ISerialData { 29 30 }
Note: See TracChangeset
for help on using the changeset viewer.