2 references to Deserialize
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (2)
1063
JsonSerializer.
Deserialize
(byteData.GetArray(), typeof(SimpleTestData)).Should().BeEquivalentTo(testData);
1112
JsonSerializer.
Deserialize
(jsonBytes, typeof(SimpleTestData)).Should().BeEquivalentTo(data);