- Timestamp:
- 11/16/10 02:43:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Core/FormatBase.cs
r3743 r4806 37 37 /// <value>The format's name.</value> 38 38 public abstract string Name { get; } 39 39 40 40 /// <summary> 41 41 /// Datatype that describes the atoms used for serialization serialization. 42 42 /// </summary> 43 43 public Type SerialDataType { get { return typeof(SerialDataFormat); } } 44 45 [StorableConstructor] 46 protected FormatBase(bool deserializing) { } 47 protected FormatBase() { } 44 48 45 49 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.