Show / Hide Table of Contents

Interface ISerializer<TNode>

Represents types that are able to serialize MapLayout.

Namespace: Edgar.Legacy.Utils.Interfaces
Assembly: Edgar.dll
Syntax
public interface ISerializer<TNode>
Type Parameters
Name Description
TNode

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
Back to top Generated by DocFX