Skip to main content

<79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext Class

Definition

Assembly:AvaloniaUI.DiagnosticsSupport.Avalonia
Package:AvaloniaUI.DiagnosticsSupport
public class <79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext

Inheritance: JsonSerializerContext -> <79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext

Implements: IJsonTypeInfoResolver

Constructors

<79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext overloads

<79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext Constructor

public <79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext()

<79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext Constructor

public <79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext(System.Text.Json.JsonSerializerOptions options)
Parameters

options System.Text.Json.JsonSerializerOptions

Methods

NameDescription
GetTypeInfoNo summary available.

GetTypeInfo Method

public System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(Type type)

Parameters

type Type

Returns

System.Text.Json.Serialization.Metadata.JsonTypeInfo

Properties

NameDescription
DefaultNo summary available.
IReadOnlyCollectionRemoteExceptionNo summary available.
RemoteExceptionNo summary available.
StringNo summary available.

Default Property

public AvaloniaUI.DiagnosticsProtocol.Serialization.<79d49280-9f55-4197-89a8-9ff9b45290e2>SystemTextJsonMethodCallSerializer.RemoteExceptionContext Default { get; set; }

IReadOnlyCollectionRemoteException Property

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IReadOnlyCollection<CoreRPC.<79d49280-9f55-4197-89a8-9ff9b45290e2>RemoteException>> IReadOnlyCollectionRemoteException { get; set; }

RemoteException Property

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<CoreRPC.<79d49280-9f55-4197-89a8-9ff9b45290e2>RemoteException> RemoteException { get; set; }

String Property

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> String { get; set; }