ServiceJsonRpcDescriptor.Formatters Enumerazione

Definizione

I formati a cui è possibile serializzare JSON-RPC.

public: enum class ServiceJsonRpcDescriptor::Formatters
public enum ServiceJsonRpcDescriptor.Formatters
type ServiceJsonRpcDescriptor.Formatters = 
Public Enum ServiceJsonRpcDescriptor.Formatters
Ereditarietà
ServiceJsonRpcDescriptor.Formatters

Campi

MessagePack 1

Formattare i messaggi con MessagePack per una rappresentazione binaria compatta e elevata.

UTF8 0

Formattare i messaggi con testo UTF-8 per una rappresentazione JSON leggibile usando il Newtonsoft.Json.JsonSerializer serializzatore (ad esempio JSON.NET). Questo può essere compatibile con il protocollo wire con UTF8SystemTextJson se l'oggetto Newtonsoft.Json.JsonSerializerSettings è configurato per essere compatibile con System.Text.Json.

UTF8SystemTextJson 2

Formattare i messaggi con testo UTF-8 per una rappresentazione JSON leggibile usando il JsonSerializer serializzatore. Questo può essere compatibile con il protocollo di rete se UTF8 l'oggetto JsonSerializerOptions è configurato per essere compatibile con JSON.NET.

Si applica a