Serialize to a StreamWriter Columns will be tab-separated, rows will be \n separated This will replace \r, \n, \t with #R#, #N#, #TAB#

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public abstract void Serialize(
	StreamWriter writer
)
Visual Basic
Public MustOverride Sub Serialize ( _
	writer As StreamWriter _
)
Visual C++
public:
virtual void Serialize(
	StreamWriter^ writer
) abstract

Parameters

writer
Type: StreamWriter
writer

See Also