Class BreakpointsDataService.Serializer
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.