public class Rfc8427JsonConverter<T> : JsonConverter<T>
where T : DnsMessageBase
Public Class Rfc8427JsonConverter(Of T As DnsMessageBase)
Inherits JsonConverter(Of T)
generic<typename T>
where T : DnsMessageBase
public ref class Rfc8427JsonConverter : public JsonConverter<T>
type Rfc8427JsonConverter<'T when 'T : DnsMessageBase> =
class
inherit JsonConverter<'T>
end
Rfc8427JsonConverterT | Initializes a new instance of the Rfc8427JsonConverterT class |
HandleNull | Gets a value that indicates whether should be passed to the converter on serialization, and whether Null should be passed on deserialization. (Inherited from JsonConverterT) |
Type | Gets the type being converted by the current converter instance. (Inherited from JsonConverterT) |
CanConvert | Determines whether the specified type can be converted. (Inherited from JsonConverterT) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Read | (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
ReadAsPropertyName | Reads a dictionary key from a JSON property name. (Inherited from JsonConverterT) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Write | (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |
WriteAsPropertyName | Writes a dictionary key as a JSON property name. (Inherited from JsonConverterT) |