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