Show / Hide Table of Contents

Class CreateEnvironmentJsonConverter

A Json converter for type CreateEnvironment

Inheritance
object
JsonConverter
JsonConverter<CreateEnvironment>
CreateEnvironmentJsonConverter
Inherited Members
JsonConverter<CreateEnvironment>.CanConvert(Type)
JsonConverter<CreateEnvironment>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
JsonConverter<CreateEnvironment>.WriteAsPropertyName(Utf8JsonWriter, CreateEnvironment, JsonSerializerOptions)
JsonConverter<CreateEnvironment>.HandleNull
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class CreateEnvironmentJsonConverter : JsonConverter<CreateEnvironment>

Methods

View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Deserializes json to CreateEnvironment

Declaration
public override CreateEnvironment Read(ref Utf8JsonReader utf8JsonReader, Type typeToConvert, JsonSerializerOptions jsonSerializerOptions)
Parameters
Type Name Description
Utf8JsonReader utf8JsonReader
Type typeToConvert
JsonSerializerOptions jsonSerializerOptions
Returns
Type Description
CreateEnvironment
Overrides
JsonConverter<CreateEnvironment>.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Exceptions
Type Condition
JsonException
View Source

Write(Utf8JsonWriter, CreateEnvironment, JsonSerializerOptions)

Serializes a CreateEnvironment

Declaration
public override void Write(Utf8JsonWriter writer, CreateEnvironment createEnvironment, JsonSerializerOptions jsonSerializerOptions)
Parameters
Type Name Description
Utf8JsonWriter writer
CreateEnvironment createEnvironment
JsonSerializerOptions jsonSerializerOptions
Overrides
JsonConverter<CreateEnvironment>.Write(Utf8JsonWriter, CreateEnvironment, JsonSerializerOptions)
Exceptions
Type Condition
NotImplementedException
View Source

WriteProperties(ref Utf8JsonWriter, CreateEnvironment, JsonSerializerOptions)

Serializes the properties of CreateEnvironment

Declaration
public void WriteProperties(ref Utf8JsonWriter writer, CreateEnvironment createEnvironment, JsonSerializerOptions jsonSerializerOptions)
Parameters
Type Name Description
Utf8JsonWriter writer
CreateEnvironment createEnvironment
JsonSerializerOptions jsonSerializerOptions
Exceptions
Type Condition
NotImplementedException

Version 0.13.1

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