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