Show / Hide Table of Contents

Class V1Status.V1StatusObjectViewConverter

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

Constructors

View Source

V1StatusObjectViewConverter()

Declaration
public V1StatusObjectViewConverter()

Methods

View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Write(Utf8JsonWriter, V1Status, JsonSerializerOptions)

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