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