- Timestamp:
- 03/11/10 15:50:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/DebugStringGenerator.cs
r1612 r3005 97 97 } 98 98 99 protected override string Format(TypeToken typeToken) { 100 return string.Empty; 101 } 102 99 103 public static string Serialize(object o) { 100 104 return Serialize(o, ConfigurationService.Instance.GetDefaultConfig(new DebugStringFormat()));
Note: See TracChangeset
for help on using the changeset viewer.