Show / Hide Table of Contents

Class UpdateEnvironmentTagNewTagJsonConverter

A Json converter for type UpdateEnvironmentTagNewTag

Inheritance
object
JsonConverter
JsonConverter<UpdateEnvironmentTagNewTag>
UpdateEnvironmentTagNewTagJsonConverter
Inherited Members
JsonConverter<UpdateEnvironmentTagNewTag>.CanConvert(Type)
JsonConverter<UpdateEnvironmentTagNewTag>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
JsonConverter<UpdateEnvironmentTagNewTag>.WriteAsPropertyName(Utf8JsonWriter, UpdateEnvironmentTagNewTag, JsonSerializerOptions)
JsonConverter<UpdateEnvironmentTagNewTag>.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 UpdateEnvironmentTagNewTagJsonConverter : JsonConverter<UpdateEnvironmentTagNewTag>

Methods

View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Deserializes json to UpdateEnvironmentTagNewTag

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

Write(Utf8JsonWriter, UpdateEnvironmentTagNewTag, JsonSerializerOptions)

Serializes a UpdateEnvironmentTagNewTag

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

WriteProperties(ref Utf8JsonWriter, UpdateEnvironmentTagNewTag, JsonSerializerOptions)

Serializes the properties of UpdateEnvironmentTagNewTag

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

Version 0.13.1

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