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 |
|
---|
[1823] | 11 | public class SByte2DebugStringSerializer : DebugStringSerializerBase<sbyte> { }
|
---|
[1616] | 12 |
|
---|
| 13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.