Class JsonContainerContract
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonContainerContract : Newtonsoft.Json.Serialization.JsonContract
Properties
ItemConverter
Declaration
public Newtonsoft.Json.JsonConverter ItemConverter { get; set; }
Property Value
JsonConverter
|
ItemIsReference
ItemReferenceLoopHandling
Declaration
public Nullable<Newtonsoft.Json.ReferenceLoopHandling> ItemReferenceLoopHandling { get; set; }
Property Value
Nullable<ReferenceLoopHandling>
|
ItemTypeNameHandling
Declaration
public Nullable<Newtonsoft.Json.TypeNameHandling> ItemTypeNameHandling { get; set; }
Property Value
Nullable<TypeNameHandling>
|