Interface IContractResolver
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface IContractResolver
Methods
ResolveContract(Type)
Declaration
public Newtonsoft.Json.Serialization.JsonContract ResolveContract (Type type);
Parameters
Type
type
|
Returns
JsonContract
|