source:
trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/Primitive/ULong2XmlFormatter.cs
@
1570
Last change on this file since 1570 was 1566, checked in by epitzer, 16 years ago | |
---|---|
File size: 324 bytes |
Line | |
---|---|
1 | using System; |
2 | using HeuristicLab.Persistence.Core; |
3 | using HeuristicLab.Persistence.Interfaces; |
4 | using System.Reflection; |
5 | using System.Globalization; |
6 | |
7 | namespace HeuristicLab.Persistence.Default.Xml.Primitive { |
8 | |
9 | [EmptyStorableClass] |
10 | public class ULong2XmlFormatter : SimpleNumber2XmlFormatterBase<ulong> { } |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.