Changeset 16571 for trunk/HeuristicLab.Persistence/3.3/Default/DebugString
- Timestamp:
- 01/28/19 17:39:41 (6 years ago)
- Location:
- trunk/HeuristicLab.Persistence/3.3/Default/DebugString
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Persistence/3.3/Default/DebugString/DebugString.cs
r16565 r16571 28 28 /// Simple write-only format for debugging purposes. 29 29 /// </summary> 30 [Storable Class]30 [StorableType("11A7D76E-AB88-43E1-97E8-D195959C34A2")] 31 31 public class DebugString : ISerialData { 32 32 -
trunk/HeuristicLab.Persistence/3.3/Default/DebugString/DebugStringFormat.cs
r16565 r16571 28 28 /// Simple write-only format for debugging purposes. 29 29 /// </summary> 30 [Storable Class]30 [StorableType("961AC268-6669-4B0E-A2B5-38C99BA63FD9")] 31 31 public class DebugStringFormat : FormatBase<DebugString> { 32 32 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.