- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Persistence
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Persistence
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Persistence merged: 12475
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Persistence/3.3/Default/Xml/EasyXmlGenerator.cs
r12012 r12515 167 167 /// <param name="obj">The object.</param> 168 168 /// <param name="stream">The stream.</param> 169 public newstatic void Serialize(object obj, Stream stream) {169 public static void Serialize(object obj, Stream stream) { 170 170 Serialize(obj, stream, ConfigurationService.Instance.GetConfiguration(new XmlFormat())); 171 171 } … … 178 178 /// <param name="stream">The stream.</param> 179 179 /// <param name="config">The configuration.</param> 180 public newstatic void Serialize(object obj, Stream stream, Configuration config) {180 public static void Serialize(object obj, Stream stream, Configuration config) { 181 181 try { 182 182 using (StreamWriter writer = new StreamWriter(stream)) {
Note: See TracChangeset
for help on using the changeset viewer.