Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/Primitive/Float2XmlFormatter.cs @ 1623

Last change on this file since 1623 was 1623, checked in by epitzer, 15 years ago

Namespace refactoring, visibility check (#548)

File size: 387 bytes
RevLine 
[1554]1using System;
2using HeuristicLab.Persistence.Core;
3using HeuristicLab.Persistence.Interfaces;
4using System.Reflection;
5using System.Globalization;
[1623]6using HeuristicLab.Persistence.Default.Decomposers.Storable;
[1554]7
[1566]8namespace HeuristicLab.Persistence.Default.Xml.Primitive {
9
[1554]10  [EmptyStorableClass]
11  public class Float2XmlFormatter : DecimalNumber2XmlFormatterBase<float> { }
[1566]12
[1554]13}
Note: See TracBrowser for help on using the repository browser.