Method Serialize
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
BreakpointsDataThe BreakpointsData to serialize.
stream
StreamThe Stream used to write the XMl document.