Interface ISerializer<TNode>
Represents types that are able to serialize MapLayout.
Assembly: Edgar.dll
Syntax
public interface ISerializer<TNode>
Type Parameters
Methods
Serialize(MapLayout<TNode>, StreamWriter)
Declaration
void Serialize(MapLayout<TNode> layout, StreamWriter writer)
Parameters
| Type |
Name |
Description |
| MapLayout<TNode> |
layout |
|
| System.IO.StreamWriter |
writer |
|
Serialize(IList<MapLayout<TNode>>, StreamWriter)
Declaration
void Serialize(IList<MapLayout<TNode>> layouts, StreamWriter writer)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.IList<MapLayout<TNode>> |
layouts |
|
| System.IO.StreamWriter |
writer |
|