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