Table of Contents

Method Serialize

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v10.dll

Serialize(BreakpointsData, Stream)

Serializes the specified data and writes the XML document to the given stream.

public static void Serialize(BreakpointsData data, Stream stream)

Parameters

data BreakpointsData

The BreakpointsData to serialize.

stream Stream

The Stream used to write the XMl document.