source:
trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/PrimitiveSerializers/Long2DebugStringSerializer.cs
@
1853
Last change on this file since 1853 was 1853, checked in by epitzer, 15 years ago | |
---|---|
File size: 414 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 | public class Long2DebugStringSerializer : DebugStringSerializerBase<long> { } |
12 | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.