GetMatchingConverter() static private method

static private GetMatchingConverter ( IList converters, Type objectType ) : JsonConverter
converters IList
objectType Type
return JsonConverter
Exemplo n.º 1
0
 internal JsonConverter GetMatchingConverter(Type type)
 {
     return(JsonSerializer.GetMatchingConverter(this._converters, type));
 }