RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Protected Member Functions | List of all members
RiotNet.RiotNetContractResolver Class Reference

The default Json.Net contract resolver used by the RiotClient. More...

Inheritance diagram for RiotNet.RiotNetContractResolver:

Protected Member Functions

override JsonDictionaryContract CreateDictionaryContract (Type objectType)
 Creates a JsonDynamicContract for the given type. More...
 

Detailed Description

The default Json.Net contract resolver used by the RiotClient.

Member Function Documentation

override JsonDictionaryContract RiotNet.RiotNetContractResolver.CreateDictionaryContract ( Type  objectType)
inlineprotected

Creates a JsonDynamicContract for the given type.

Parameters
objectTypeThe type of the object.
Returns
A JsonDynamicContract.

The documentation for this class was generated from the following file: