JsonBinder.

Bind(Type, IEnumerable<KeyValuePair<string, string>>, JsonSerializer) Method

Summary

Bind the values to the source type

Syntax

public object Bind(Type objectType, IEnumerable<KeyValuePair<string, string>> values, JsonSerializer serializer)

Parameters

Name Type Description
objectType Type
values IEnumerable<KeyValuePair<string, string>> The values.
serializer JsonSerializer The serializer.

Return Value

Type Description
object