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:
513 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.Persistence.Interfaces;
|
---|
5 | using HeuristicLab.Persistence.Default.Xml;
|
---|
6 | using HeuristicLab.Persistence.Core;
|
---|
7 | using HeuristicLab.Persistence.Core.Tokens;
|
---|
8 | using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
|
---|
9 |
|
---|
10 | namespace HeuristicLab.Persistence.Default.DebugString.PrimitiveSerializers {
|
---|
11 |
|
---|
12 | [EmptyStorableClass]
|
---|
13 | public class Double2DebugStringSerializer : DebugStringSerializerBase<double> { }
|
---|
14 |
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.