Method | Description | |
---|---|---|
Read ( Utf8JsonReader &reader, Type typeToConvert, JsonSerializerOptions options ) : InputMessageContent |
Reads and converts the JSON to type InputMessageContent.
|
|
Write ( Utf8JsonWriter writer, value, JsonSerializerOptions options ) : void |
Writes a InputMessageContent object as JSON.
|
public Read ( Utf8JsonReader &reader, Type typeToConvert, JsonSerializerOptions options ) : InputMessageContent | ||
reader | Utf8JsonReader | The reader. |
typeToConvert | Type | The type to convert. |
options | JsonSerializerOptions | An object that specifies serialization options to use. |
return | InputMessageContent |
public Write ( Utf8JsonWriter writer, value, JsonSerializerOptions options ) : void | ||
writer | Utf8JsonWriter | The writer to write to. |
value | The value to convert to JSON. | |
options | JsonSerializerOptions | An object that specifies serialization options to use. |
return | void |