Last change
on this file since 3188 was
3036,
checked in by epitzer, 15 years ago
|
make most serializers internal and complete API documentation (#548)
|
File size:
380 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.CompositeSerializers.Storable;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.Persistence.Default.Xml.Primitive {
|
---|
9 |
|
---|
10 | internal sealed class UInt2XmlSerializer : SimpleNumber2XmlSerializerBase<uint> { }
|
---|
11 |
|
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.