- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Core/FormatBase.cs
r13368 r14711 29 29 /// </summary> 30 30 /// <typeparam name="SerialDataFormat">The type of the serial data format.</typeparam> 31 [Storable Class("71DAC047-94B0-4E76-A004-435FCBD28708")]31 [StorableType("71DAC047-94B0-4E76-A004-435FCBD28708")] 32 32 public abstract class FormatBase<SerialDataFormat> : IFormat<SerialDataFormat> where SerialDataFormat : ISerialData { 33 33
Note: See TracChangeset
for help on using the changeset viewer.