Summary
Initializes a new instance of the
JsonBinder
class.
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinder
Syntax
public JsonBinder(string separator, JsonSerializerSettings settings)
Parameters
Name | Type | Description |
---|---|---|
separator | string | The separator. |
settings | Json |
The serialization setings. |
Return Value
Type | Description |
---|---|
void |