Rfc8427JsonConverterT Class

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public class Rfc8427JsonConverter<T> : JsonConverter<T>
where T : DnsMessageBase
Inheritance
Object    JsonConverter    JsonConverterT    Rfc8427JsonConverterT

Type Parameters

T

Constructors

Rfc8427JsonConverterTInitializes a new instance of the Rfc8427JsonConverterT class

Properties

HandleNullGets a value that indicates whether should be passed to the converter on serialization, and whether Null should be passed on deserialization.
(Inherited from JsonConverterT)
TypeGets the type being converted by the current converter instance.
(Inherited from JsonConverterT)

Methods

CanConvertDetermines whether the specified type can be converted.
(Inherited from JsonConverterT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Read
(Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions))
ReadAsPropertyNameReads a dictionary key from a JSON property name.
(Inherited from JsonConverterT)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write
(Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions))
WriteAsPropertyNameWrites a dictionary key as a JSON property name.
(Inherited from JsonConverterT)

See Also