Last change
on this file since 3036 was
3036,
checked in by epitzer, 15 years ago
|
make most serializers internal and complete API documentation (#548)
|
File size:
425 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 |
|
---|
9 | namespace HeuristicLab.Persistence.Default.DebugString.PrimitiveSerializers {
|
---|
10 |
|
---|
11 | internal sealed class Float2DebugStringSerializer : DebugStringSerializerBase<float> { }
|
---|
12 |
|
---|
13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.