- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/Xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/Xml/XmlFormat.cs
r14927 r15018 38 38 39 39 [StorableConstructor] 40 protected XmlFormat( booldeserializing) : base(deserializing) { }40 protected XmlFormat(StorableConstructorFlag deserializing) : base(deserializing) { } 41 41 public XmlFormat() { } 42 42 } -
branches/PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/Xml/XmlString.cs
r14927 r15018 41 41 42 42 [StorableConstructor] 43 protected XmlString( booldeserializing) { }43 protected XmlString(StorableConstructorFlag deserializing) { } 44 44 private XmlString() { } 45 45
Note: See TracChangeset
for help on using the changeset viewer.