Summary
Get a list of key value pairs for the given source object
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinder
Syntax
public IEnumerable<KeyValuePair<string, string>> From<T>(T value, JsonSerializer serializer)
where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| value | T | The value. |
| serializer | JsonSerializer | The serializer. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
