# TestClusterHostFactory.DeserializeConfiguration(string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testclusterhostfactory/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testclusterhostfactory/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterHostFactory.cs#L125-L130)

```csharp
public static IConfiguration DeserializeConfiguration(string serializedSources)
```

Deserializes a configuration string.

### Parameters

- `serializedSources` (`string`): The serialized sources.

### Returns

The deserialized configuration.
