[]
Deserialize the text into an instance of the specified type which T stands.
public T ReadValue<T>()
Type | Description |
---|---|
T | An instance of T |
Name | Description |
---|---|
T | The object type |
Deserialize the text into an instance of the specified type
public object ReadValue(Type type = null)
Type | Name | Description |
---|---|---|
Type | type | The specified type |
Type | Description |
---|---|
object | An instance of the specified type. |