GetMatchingConverter() static private method

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