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
dataBreakpointsDataThe BreakpointsData to serialize.
streamStreamThe Stream used to write the XMl document.