Last change
on this file since 1823 was
1823,
checked in by epitzer, 15 years ago
|
Namespace refactoring: rename formatters & decomposers -> primitive and composite serializers. (#603)
|
File size:
395 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;
|
---|
[1823] | 6 | using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
|
---|
[1554] | 7 |
|
---|
[1566] | 8 | namespace HeuristicLab.Persistence.Default.Xml.Primitive {
|
---|
[1554] | 9 |
|
---|
| 10 | [EmptyStorableClass]
|
---|
[1823] | 11 | public class Long2XmlSerializer : SimpleNumber2XmlSerializerBase<long> { }
|
---|
[1566] | 12 |
|
---|
[1554] | 13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.