Show / Hide Table of Contents

Class JsonSerializerOptionsProvider

Provides the JsonSerializerOptions

Inheritance
object
JsonSerializerOptionsProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class JsonSerializerOptionsProvider

Constructors

View Source

JsonSerializerOptionsProvider(JsonSerializerOptions)

Instantiates a JsonSerializerOptionsProvider

Declaration
public JsonSerializerOptionsProvider(JsonSerializerOptions options)
Parameters
Type Name Description
JsonSerializerOptions options

Properties

View Source

Options

the JsonSerializerOptions

Declaration
public JsonSerializerOptions Options { get; }
Property Value
Type Description
JsonSerializerOptions

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.