# ConfigureOrleansJsonSerializerOptions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.serialization.configureorleansjsonserializeroptions/)

## PostConfigure(string, OrleansJsonSerializerOptions) {#postconfigure-string-orleans-serialization-orleansjsonserializeroptions-68d5d8cf}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.serialization.configureorleansjsonserializeroptions/methods/postconfigure-string-orleans-serialization-orleansjsonserializeroptions-68d5d8cf/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Serialization/OrleansJsonSerializerOptions.cs#L29-L30)

```csharp
public void PostConfigure(string name, OrleansJsonSerializerOptions options)
```

Configures a `TOptions` instance.

### Parameters

- `name` (`string`): The name of the options instance being configured.
- `options` (`OrleansJsonSerializerOptions`): The options instance to configured.
