# ConfigureOrleansJsonSerializerOptions

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Serialization/OrleansJsonSerializerOptions.cs#L18)

```csharp
public class ConfigureOrleansJsonSerializerOptions : IPostConfigureOptions<OrleansJsonSerializerOptions>
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [ConfigureOrleansJsonSerializerOptions(IServiceProvider)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.serialization.configureorleansjsonserializeroptions/constructors/constructor-system-iserviceprovider-645e0fb2/)

## Methods

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