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