SourceProfileConverter.Read Method
Definition
Namespace: ASNA.DataGate.Providers.Serialization
Assembly: ASNA.QSys.DataGate.Client.dll
Reads a SourceProfile from a Utf8JsonReader.
SourceProfile Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
Reads a SourceProfile from a Utf8JsonReader.
SourceProfile Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Utf8JsonReader& | reader | The Utf8JsonReader to read from. |
| Type | typeToConvert | The type of object to convert. |
| JsonSerializerOptions | options | Options for the serializer. |
Returns
| Type | Description |
|---|---|
| SourceProfile | A SourceProfile that was read from the Utf8JsonReader. |