Table of Contents

Method Deserialize

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

Deserialize(Stream)

Deserializes the XML document contained by the specified stream.

public static BreakpointsData Deserialize(Stream stream)

Parameters

stream Stream

The Stream that contains the XML document to deserialize.

Returns

BreakpointsData

The BreakpointsData being deserialized.