- Timestamp:
- 04/14/09 13:23:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/ViewOnly/ViewOnlyFormat.cs
r1542 r1553 127 127 } 128 128 129 protected override string Format(MetaInfoBeginToken metaInfoBeginToken) { 130 return "["; 131 } 132 133 protected override string Format(MetaInfoEndToken metaInfoEndToken) { 134 return "]"; 135 } 136 129 137 public static string Serialize(object o) { 130 138 return Serialize(o, ConfigurationService.Instance.GetDefaultConfig(ViewOnlyFormat.Instance));
Note: See TracChangeset
for help on using the changeset viewer.