Summary
Bind the values to the given configuration
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinderExtensions
Syntax
public static object Bind(this IJsonBinder binder, Type objectType, IConfiguration configuration, JsonSerializer serializer)
Parameters
| Name | Type | Description |
|---|---|---|
| binder | IJsonBinder | The binder. |
| objectType | Type | |
| configuration | IConfiguration | The configuration. |
| serializer | JsonSerializer | The serializer. |
Return Value
| Type | Description |
|---|---|
| object |
