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