Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/Primitive/Int2XmlSerializer.cs @ 2215

Last change on this file since 2215 was 1853, checked in by epitzer, 16 years ago

Fix EmptyStorableClass attributes. (#603)

File size: 298 bytes
RevLine 
[1454]1using System;
2using HeuristicLab.Persistence.Core;
3using HeuristicLab.Persistence.Interfaces;
[1554]4using System.Reflection;
5using System.Globalization;
[1454]6
[1566]7namespace HeuristicLab.Persistence.Default.Xml.Primitive {
[1454]8
[1823]9  public class Int2XmlSerializer : SimpleNumber2XmlSerializerBase<int> { }
[1566]10
[1454]11}
Note: See TracBrowser for help on using the repository browser.