NamespaceSystemLibrary.Common.Framework
DelegateJsonConverter
public class DelegateJsonConverter : JsonConverter<object>
Inherited Members
Methods
Overrides
Overrides
Overrides
Extension Methods
}
Reads and converts the JSON to type object.
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | The reader. |
| Type | typeToConvert | The type to convert. |
| JsonSerializerOptions | options | An object that specifies serialization options to use. |
| Type | Description |
|---|---|
| object | The converted value. |
Writes a specified value as JSON.
| Type | Name | Description |
|---|---|---|
| Utf8JsonWriter | writer | The writer to write to. |
| object | value | The value to convert to JSON. |
| JsonSerializerOptions | options | An object that specifies serialization options to use. |
}