DictionaryAsArrayResolver.CreateContract(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override Newtonsoft.Json.Serialization.JsonContract CreateContract (Type objectType);
override this.CreateContract : Type -> Newtonsoft.Json.Serialization.JsonContract
Public Overrides Function CreateContract (objectType As Type) As JsonContract
Parameters
- objectType
- Type
Returns
- Newtonsoft.Json.Serialization.JsonContract