Home
last modified time | relevance | path

Searched refs:JsonPropertyWithHandlingValues (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/TestObjects/
H A DJsonPropertyWithHandlingValues.cs30 public class JsonPropertyWithHandlingValues class
55 public JsonPropertyWithHandlingValues ReferenceLoopHandlingErrorProperty { get; set; }
58 public JsonPropertyWithHandlingValues ReferenceLoopHandlingIgnoreProperty { get; set; }
61 public JsonPropertyWithHandlingValues ReferenceLoopHandlingSerializeProperty { get; set; }
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DJsonPropertyWithHandlingValues.cs30 public class JsonPropertyWithHandlingValues class
55 public JsonPropertyWithHandlingValues ReferenceLoopHandlingErrorProperty { get; set; }
58 public JsonPropertyWithHandlingValues ReferenceLoopHandlingIgnoreProperty { get; set; }
61 public JsonPropertyWithHandlingValues ReferenceLoopHandlingSerializeProperty { get; set; }
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Schema/
H A DJsonSchemaGeneratorTests.cs619 public void JsonPropertyWithHandlingValues() in JsonPropertyWithHandlingValues() method in Newtonsoft.Json.Tests.Schema.JsonSchemaGeneratorTests
624 JsonSchema jsonSchema = jsonSchemaGenerator.Generate(typeof(JsonPropertyWithHandlingValues)); in JsonPropertyWithHandlingValues()
H A DExtensionsTests.cs216 GenerateSchemaAndSerializeFromType(new JsonPropertyWithHandlingValues()); in GenerateSchemaAndSerializeFromTypeTests()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Schema/
H A DJsonSchemaGeneratorTests.cs678 public void JsonPropertyWithHandlingValues() in JsonPropertyWithHandlingValues() method in Newtonsoft.Json.Tests.Schema.JsonSchemaGeneratorTests
683 … JsonSchema jsonSchema = jsonSchemaGenerator.Generate(typeof(JsonPropertyWithHandlingValues)); in JsonPropertyWithHandlingValues()
H A DExtensionsTests.cs221 GenerateSchemaAndSerializeFromType(new JsonPropertyWithHandlingValues()); in GenerateSchemaAndSerializeFromTypeTests()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Serialization/
H A DJsonSerializerTest.cs1393 JsonPropertyWithHandlingValues o = new JsonPropertyWithHandlingValues(); in SerializeJsonPropertyWithHandlingValues()
1424JsonPropertyWithHandlingValues o = JsonConvert.DeserializeObject<JsonPropertyWithHandlingValues>(j… in DeserializeJsonPropertyWithHandlingValues()
1435 JsonPropertyWithHandlingValues o = new JsonPropertyWithHandlingValues(); in JsonPropertyWithHandlingValues_ReferenceLoopError()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DJsonSerializerTest.cs3391 JsonPropertyWithHandlingValues o = new JsonPropertyWithHandlingValues(); in SerializeJsonPropertyWithHandlingValues()
3422JsonPropertyWithHandlingValues o = JsonConvert.DeserializeObject<JsonPropertyWithHandlingValues>(j… in DeserializeJsonPropertyWithHandlingValues()
3432 string classRef = typeof(JsonPropertyWithHandlingValues).FullName; in JsonPropertyWithHandlingValues_ReferenceLoopError()
3436 JsonPropertyWithHandlingValues o = new JsonPropertyWithHandlingValues(); in JsonPropertyWithHandlingValues_ReferenceLoopError()