Show / Hide Table of Contents

Class V1PatchJsonConverter

Inheritance
object
JsonConverter
JsonConverter<V1Patch>
V1PatchJsonConverter
Inherited Members
JsonConverter<V1Patch>.CanConvert(Type)
JsonConverter<V1Patch>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
JsonConverter<V1Patch>.WriteAsPropertyName(Utf8JsonWriter, V1Patch, JsonSerializerOptions)
JsonConverter<V1Patch>.HandleNull
JsonConverter<V1Patch>.Type
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public sealed class V1PatchJsonConverter : JsonConverter<V1Patch>

Constructors

View Source

V1PatchJsonConverter()

Declaration
public V1PatchJsonConverter()

Methods

View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override V1Patch Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
V1Patch
Overrides
JsonConverter<V1Patch>.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
View Source

Write(Utf8JsonWriter, V1Patch, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, V1Patch value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
V1Patch value
JsonSerializerOptions options
Overrides
JsonConverter<V1Patch>.Write(Utf8JsonWriter, V1Patch, JsonSerializerOptions)
  • View Source
In this article
Back to top Generated by DocFX