Table of Contents

Class BreakpointsDataService.Serializer

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

An utility class used to serialize and deserialize BreakpointsData objects into and from XML.

public static class BreakpointsDataService.Serializer
Inheritance
BreakpointsDataService.Serializer

Methods

Deserialize(Stream)

Deserializes the XML document contained by the specified stream.

Serialize(BreakpointsData, Stream)

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