JsonBinder.

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

Summary

Bind the values to the source type

Syntax

public T Bind<T>(IEnumerable<KeyValuePair<string, string>> values, JsonSerializer serializer) 
    where T : class, new()

Type Parameters

Name Description
T

Parameters

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

Return Value

Type Description
T