[]
Deserializes the model.
protected abstract object DeserializeModel(string text, Type modelType)
| Type | Name | Description |
|---|---|---|
| string | text | The string used to deserialize. |
| Type | modelType | The type of the model. |
| Type | Description |
|---|---|
| object | The model. |