[]
Deserializes the model.
protected override object DeserializeModel(string text, Type modelType)
Protected Overrides Function DeserializeModel(text As String, modelType As Type) As Object
| Type | Name | Description |
|---|---|---|
| string | text | The string used to deserialize. |
| Type | modelType | The type of the model. |
| Type | Description |
|---|---|
| object | The model. |