Summary
Bind the values to the source type
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- IJsonBinder
Syntax
object Bind(Type objectType, IEnumerable<KeyValuePair<string, string>> values, JsonSerializer serializer)
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | |
values | IEnumerable |
The values. |
serializer | JsonSerializer | The serializer. |
Return Value
Type | Description |
---|---|
object |