Class JsonSerializerOptionsProvider
Provides the JsonSerializerOptions
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class JsonSerializerOptionsProvider
Constructors
View SourceJsonSerializerOptionsProvider(JsonSerializerOptions)
Instantiates a JsonSerializerOptionsProvider
Declaration
public JsonSerializerOptionsProvider(JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonSerializerOptions | options |
Properties
View SourceOptions
the JsonSerializerOptions
Declaration
public JsonSerializerOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| JsonSerializerOptions |