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
|
Rev | Line | |
---|
[1616] | 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 |
|
---|
[1823] | 9 | namespace HeuristicLab.Persistence.Default.DebugString.PrimitiveSerializers {
|
---|
[1616] | 10 |
|
---|
[3036] | 11 | internal sealed class SByte2DebugStringSerializer : DebugStringSerializerBase<sbyte> { }
|
---|
[1616] | 12 |
|
---|
| 13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.