Exemplo n.º 1
0
        public static void ClassWithNullProperty()
        {
            TestClassWithNull obj = JsonSerializer.Deserialize <TestClassWithNull>(TestClassWithNull.s_json);

            obj.Verify();
        }
Exemplo n.º 2
0
        public static void ClassWithNull()
        {
            TestClassWithNull obj = JsonSerializer.Parse <TestClassWithNull>(TestClassWithNull.s_json);

            obj.Verify();
        }