11 references to Deserialize
Microsoft.TestPlatform.CommunicationUtilities (11)
JsonDataSerializer.Stj.cs (1)
114
result = StjSafe.
Deserialize
<T>(payloadElement, payloadOptions);
Serialization\TestCaseConverterV2.cs (1)
52
var testProperty = StjSafe.
Deserialize
<TestProperty>(keyElement, options);
Serialization\TestObjectConverter.cs (1)
44
var testProperty = StjSafe.
Deserialize
<TestProperty>(keyElement, options);
Serialization\TestResultConverter.cs (4)
27
var testCase = StjSafe.
Deserialize
<TestCase>(testCaseElement, options)!;
37
testResult.Attachments.Add(StjSafe.
Deserialize
<AttachmentSet>(attachment, options)!);
49
testResult.Messages.Add(StjSafe.
Deserialize
<TestResultMessage>(message, options)!);
63
var testProperty = StjSafe.
Deserialize
<TestProperty>(property.GetProperty("Key"), options)!;
Serialization\TestResultConverterV2.cs (4)
30
var testCase = StjSafe.
Deserialize
<TestCase>(testCaseElement, options)!;
40
testResult.Attachments.Add(StjSafe.
Deserialize
<AttachmentSet>(attachment, options)!);
52
testResult.Messages.Add(StjSafe.
Deserialize
<TestResultMessage>(message, options)!);
83
var testProperty = StjSafe.
Deserialize
<TestProperty>(keyElement, options)!;