Method DeserializeFromJson
DeserializeFromJson(TContainer, string)
Deserialize from a JSON string into the container.
Declaration
public static bool DeserializeFromJson(TContainer container, string json)
Parameters
Type | Name | Description |
---|---|---|
TContainer | container | The container to deserialize into. |
string | json | The JSON string to deserialize from. |
Returns
Type | Description |
---|---|
bool |