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, JsonSerializer serializer)
Parameters
| Name | Type | Description |
|---|---|---|
| separator | string | The separator. |
| serializer | JsonSerializer | The serializer. |
Return Value
| Type | Description |
|---|---|
| void |
