SystemTextJsonMethodCallSerializer.RemoteExceptionContext Class
Definition
public class SystemTextJsonMethodCallSerializer.RemoteExceptionContext
Constructors
| Name | Description |
|---|---|
| SystemTextJsonMethodCallSerializer.RemoteExceptionContext (2 overloads) | No summary available. |
SystemTextJsonMethodCallSerializer.RemoteExceptionContext overloads
SystemTextJsonMethodCallSerializer.RemoteExceptionContext Constructor
public SystemTextJsonMethodCallSerializer.RemoteExceptionContext()
SystemTextJsonMethodCallSerializer.RemoteExceptionContext Constructor
public SystemTextJsonMethodCallSerializer.RemoteExceptionContext(System.Text.Json.JsonSerializerOptions options)
Parameters
options System.Text.Json.JsonSerializerOptions
Methods
| Name | Description |
|---|---|
| GetTypeInfo | No 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
| Name | Description |
|---|---|
| Default | No summary available. |
| IReadOnlyCollectionRemoteException | No summary available. |
| RemoteException | No summary available. |
| String | No summary available. |
Default Property
public AvaloniaUI.DiagnosticsProtocol.Serialization.SystemTextJsonMethodCallSerializer.RemoteExceptionContext Default { get; set; }
IReadOnlyCollectionRemoteException Property
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IReadOnlyCollection<CoreRPC.RemoteException>> IReadOnlyCollectionRemoteException { get; set; }
RemoteException Property
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<CoreRPC.RemoteException> RemoteException { get; set; }
String Property
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> String { get; set; }