The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResultDetailsSerializer Class
Saves and loads a WebTestResultDetails to and from a file in binary format.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | WebTestResultDetailsSerializer() | Initializes a new instance of the WebTestResultDetailsSerializer class. |
| Name | Description | |
|---|---|---|
![]() | Deserialize(String^) | Loads a Web performance test result from the specified file. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Serialize(WebTestResultDetails^, String^) | Saves a Web performance test result to a file. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

