Skip to content

ConfigureOrleansJsonSerializerOptions Methods

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.

PostConfigure(string, OrleansJsonSerializerOptions)

View source
public void PostConfigure(string name, OrleansJsonSerializerOptions options)
Configures a TOptions instance.

Parameters

namestring
The name of the options instance being configured.
optionsOrleansJsonSerializerOptions
The options instance to configured.